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

Method GetOverridden

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

Source from the content-addressed store, hash-verified

268}
269
270UFunction* ULuaFunction::GetOverridden() const
271{
272 return Overridden.Get();
273}
274
275#if WITH_EDITOR
276void ULuaFunction::Bind()

Callers 6

OverrideMethod · 0.80
RestoreOverridesMethod · 0.80
SuspendOverridesMethod · 0.80
ResumeOverridesMethod · 0.80
InvokeMethod · 0.80
CallUEMethod · 0.80

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected