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