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

Method GetFlowAsset

Source/FlowEditor/Private/Graph/FlowGraph.cpp:136–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136UFlowAsset* UFlowGraph::GetFlowAsset() const
137{
138 return GetTypedOuter<UFlowAsset>();
139}
140
141void UFlowGraph::ValidateAsset(FFlowMessageLog& MessageLog)
142{

Callers 10

InitiateSearchMethod · 0.45
BuildPathsMethod · 0.45
CreateNodeMethod · 0.45
RecreateNodeMethod · 0.45
ImportNodeMethod · 0.45
ConstructMethod · 0.45
GetFlowAssetEditorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected