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

Method Cleanup

Source/Flow/Private/Nodes/Route/FlowNode_Counter.cpp:65–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65void UFlowNode_Counter::Cleanup()
66{
67 CurrentSum = 0;
68
69 Super::Cleanup();
70}
71
72#if WITH_EDITOR
73FString UFlowNode_Counter::GetNodeDescription() const

Callers

nothing calls this directly

Calls 1

CleanupFunction · 0.85

Tested by

no test coverage detected