Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
65
void UFlowNode_Counter::Cleanup()
66
{
67
CurrentSum = 0;
68
69
Super::Cleanup();
70
}
71
72
#if WITH_EDITOR
73
FString UFlowNode_Counter::GetNodeDescription() const
Callers
nothing calls this directly
Calls
1
Cleanup
Function · 0.85
Tested by
no test coverage detected