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

Method Cleanup

Source/Flow/Private/Nodes/Graph/FlowNode_SubGraph.cpp:85–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85void UFlowNode_SubGraph::Cleanup()
86{
87 if (CanBeAssetInstanced() && GetFlowSubsystem())
88 {
89 GetFlowSubsystem()->RemoveSubFlow(this, EFlowFinishPolicy::Keep);
90 }
91
92 Super::Cleanup();
93}
94
95void UFlowNode_SubGraph::ForceFinishNode()
96{

Callers

nothing calls this directly

Calls 2

CleanupFunction · 0.85
RemoveSubFlowMethod · 0.80

Tested by

no test coverage detected