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