Exemplo n.º 1
0
 public static void ToNative(IntPtr nativeBuffer, FBlueprintSessionResult value)
 {
     value.ToNative(nativeBuffer);
 }
Exemplo n.º 2
0
 public static void ToNative(IntPtr nativeBuffer, int arrayIndex, IntPtr prop, FBlueprintSessionResult value)
 {
     value.ToNative(nativeBuffer + (arrayIndex * FBlueprintSessionResult_StructSize));
 }
Exemplo n.º 3
0
        public FBlueprintSessionResult Copy()
        {
            FBlueprintSessionResult result = this;

            return(result);
        }