Esempio n. 1
0
        public FTestSS Copy()
        {
            FTestSS result = this;

            if (this.MemberVar_1 != null)
            {
                result.MemberVar_1 = new List <float>(this.MemberVar_1);
            }
            return(result);
        }
Esempio n. 2
0
 public static void ToNative(IntPtr nativeBuffer, int arrayIndex, IntPtr prop, UObject owner, FTestSS value)
 {
     value.ToNative(nativeBuffer + (arrayIndex * StructSize));
 }
Esempio n. 3
0
 public static void ToNative(IntPtr nativeBuffer, FTestSS value)
 {
     value.ToNative(nativeBuffer);
 }