Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
270
UFunction* ULuaFunction::GetOverridden() const
271
{
272
return Overridden.Get();
273
}
274
275
#if WITH_EDITOR
276
void ULuaFunction::Bind()
Callers
6
Override
Method · 0.80
RestoreOverrides
Method · 0.80
SuspendOverrides
Method · 0.80
ResumeOverrides
Method · 0.80
Invoke
Method · 0.80
CallUE
Method · 0.80
Calls
1
Get
Method · 0.45
Tested by
no test coverage detected