| 37 | } |
| 38 | |
| 39 | void UFlowNode_SubGraph::PreloadContent() |
| 40 | { |
| 41 | if (CanBeAssetInstanced() && GetFlowSubsystem()) |
| 42 | { |
| 43 | GetFlowSubsystem()->CreateSubFlow(this, FString(), true); |
| 44 | } |
| 45 | } |
| 46 | |
| 47 | void UFlowNode_SubGraph::FlushContent() |
| 48 | { |
nothing calls this directly
no test coverage detected