Exemple #1
0
 public static void ToNative(IntPtr nativeBuffer, FDebugFloatHistory value)
 {
     value.ToNative(nativeBuffer);
 }
Exemple #2
0
 public static void ToNative(IntPtr nativeBuffer, int arrayIndex, IntPtr prop, UObject owner, FDebugFloatHistory value)
 {
     value.ToNative(nativeBuffer + (arrayIndex * StructSize));
 }
Exemple #3
0
        public FDebugFloatHistory Copy()
        {
            FDebugFloatHistory result = this;

            return(result);
        }