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

Method PreloadContent

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

FStringClass · 0.85
CreateSubFlowMethod · 0.80

Tested by

no test coverage detected