Пример #1
0
 public static void ToNative(IntPtr nativeBuffer, int arrayIndex, IntPtr prop, FBlueprintSessionResult value)
 {
     value.ToNative(nativeBuffer + (arrayIndex * FBlueprintSessionResult_StructSize));
 }
Пример #2
0
 public static void ToNative(IntPtr nativeBuffer, FBlueprintSessionResult value)
 {
     value.ToNative(nativeBuffer);
 }