Exemplo n.º 1
0
 public static FSoftClassPath FromNative(IntPtr nativeBuffer, int arrayIndex, IntPtr prop)
 {
     return(new FSoftClassPath(FSoftObjectPathMarshaler.FromNative(nativeBuffer, arrayIndex, prop)));
 }
Exemplo n.º 2
0
 public static FSoftClassPath FromNative(IntPtr nativeBuffer)
 {
     return(new FSoftClassPath(FSoftObjectPathMarshaler.FromNative(nativeBuffer)));
 }