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

Method Initialize

Plugins/UnLua/Source/UnLua/Private/LuaFunction.cpp:265–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263}
264
265void ULuaFunction::Initialize()
266{
267 Desc = MakeShared<FFunctionDesc>(this, nullptr);
268}
269
270UFunction* ULuaFunction::GetOverridden() const
271{

Callers 3

OverrideMethod · 0.45
FLuaEnvMethod · 0.45
PushArrayFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected