MCPcopy 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
21void UUnLuaLatentAction::OnCompleted(int32 InLinkage) const
22{
23 if (Callback.IsBound())
24 Callback.Execute(InLinkage);
25}
26
27bool UUnLuaLatentAction::GetTickableWhenPaused()
28{

Callers

nothing calls this directly

Calls 2

ExecuteMethod · 0.80
IsBoundMethod · 0.45

Tested by

no test coverage detected