Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/UnLua
/ OnCompleted
Method
OnCompleted
Plugins/UnLua/Source/UnLua/Private/UnLuaLatentAction.cpp:21–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
#include
"UnLuaEx.h"
20
21
void UUnLuaLatentAction::OnCompleted(int32 InLinkage) const
22
{
23
if (Callback.IsBound())
24
Callback.Execute(InLinkage);
25
}
26
27
bool UUnLuaLatentAction::GetTickableWhenPaused()
28
{
Callers
nothing calls this directly
Calls
2
Execute
Method · 0.80
IsBound
Method · 0.45
Tested by
no test coverage detected