Skip to content

Commit 4ce902a

Browse files
Merge remote-tracking branch 'remotes/origin/master' into develop
2 parents a4d9b1b + f427505 commit 4ce902a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_DataTable.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ namespace UnLua
5959
UScriptStruct::ICppStructOps* TheCppStructOps = StructType->GetCppStructOps();
6060
TheCppStructOps->Construct(Userdata);
6161
}
62+
StructType->InitializeStruct(Userdata);
6263
StructType->CopyScriptStruct(Userdata, RowPtr);
6364
}
6465
}

0 commit comments

Comments
 (0)