MCPcopy Create free account
hub / github.com/MothCocoon/FlowGraph / Restart

Method Restart

Source/Flow/Private/Nodes/Route/FlowNode_Timer.cpp:97–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97void UFlowNode_Timer::Restart()
98{
99 Cleanup();
100
101 RemainingStepTime = 0.0f;
102 RemainingCompletionTime = 0.0f;
103
104 SetTimer();
105}
106
107float UFlowNode_Timer::ResolveCompletionTime() const
108{

Callers

nothing calls this directly

Calls 1

CleanupFunction · 0.85

Tested by

no test coverage detected