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