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

Method Tick

Plugins/UnLua/Source/UnLua/Private/UnLuaLatentAction.cpp:37–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void UUnLuaLatentAction::Tick(float DeltaTime)
38{
39 UWorld* World = GetWorld();
40 if (World)
41 {
42 GetClass()->ClassFlags |= CLASS_CompiledFromBlueprint;
43 World->GetLatentActionManager().ProcessLatentActions(this, DeltaTime);
44 GetClass()->ClassFlags &= ~CLASS_CompiledFromBlueprint;
45 }
46}
47
48bool UUnLuaLatentAction::IsTickable() const
49{

Callers 4

SimulateTickMethod · 0.45
RunTestMethod · 0.45
SetUpMethod · 0.45
DefineMethod · 0.45

Calls

no outgoing calls

Tested by 4

SimulateTickMethod · 0.36
RunTestMethod · 0.36
SetUpMethod · 0.36
DefineMethod · 0.36