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

Method FlushContent

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

Source from the content-addressed store, hash-verified

45}
46
47void UFlowNode_SubGraph::FlushContent()
48{
49 if (CanBeAssetInstanced() && GetFlowSubsystem())
50 {
51 GetFlowSubsystem()->RemoveSubFlow(this, EFlowFinishPolicy::Abort);
52 }
53}
54
55void UFlowNode_SubGraph::ExecuteInput(const FName& PinName)
56{

Callers

nothing calls this directly

Calls 1

RemoveSubFlowMethod · 0.80

Tested by

no test coverage detected