Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/UnLua
/ ProcessEvent
Method
ProcessEvent
Plugins/UnLua/Source/UnLua/Private/LuaDelegateHandler.cpp:73–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
void ULuaDelegateHandler::ProcessEvent(UFunction* Function, void* Parms)
74
{
75
if (Registry)
76
Registry->Execute(this, Parms);
77
}
Callers
1
CreateLuaTemplate_Executed
Method · 0.80
Calls
1
Execute
Method · 0.80
Tested by
no test coverage detected