We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4d9b1b + f427505 commit 4ce902aCopy full SHA for 4ce902a
Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_DataTable.cpp
@@ -59,6 +59,7 @@ namespace UnLua
59
UScriptStruct::ICppStructOps* TheCppStructOps = StructType->GetCppStructOps();
60
TheCppStructOps->Construct(Userdata);
61
}
62
+ StructType->InitializeStruct(Userdata);
63
StructType->CopyScriptStruct(Userdata, RowPtr);
64
65
0 commit comments