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