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