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

Method InitializeInstance

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

Source from the content-addressed store, hash-verified

38}
39
40void UFlowNode_Timer::InitializeInstance()
41{
42 Super::InitializeInstance();
43
44 // Initialize to the configured value,
45 // but we will overwrite this with the results of ResolveCompletionTime() when the timer is started
46 ResolvedCompletionTime = CompletionTime;
47}
48
49void UFlowNode_Timer::ExecuteInput(const FName& PinName)
50{

Callers

nothing calls this directly

Calls 1

InitializeInstanceFunction · 0.50

Tested by

no test coverage detected