Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
struct 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
PushArray
Function · 0.45
NewScriptContainer
Function · 0.45
CacheScriptContainer
Function · 0.45
ScriptStruct_New
Function · 0.45
ScriptStruct_CopyFrom
Function · 0.45
ScriptStruct_Copy
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected