MCPcopy Create free account
hub / github.com/Tencent/UnLua / GetSize

Method GetSize

Plugins/UnLua/Source/UnLua/Private/LuaCore.h:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21struct FScriptContainerDesc
22{
23 FORCEINLINE int32 GetSize() const { return Size; }
24 FORCEINLINE const char* GetName() const { return Name; }
25
26 static const FScriptContainerDesc Array;

Callers 6

PushArrayFunction · 0.45
NewScriptContainerFunction · 0.45
CacheScriptContainerFunction · 0.45
ScriptStruct_NewFunction · 0.45
ScriptStruct_CopyFromFunction · 0.45
ScriptStruct_CopyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected