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

Method GetNodeOwningThisAssetInstance

Source/Flow/Private/FlowAsset.cpp:1316–1319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1314}
1315
1316UFlowNode_SubGraph* UFlowAsset::GetNodeOwningThisAssetInstance() const
1317{
1318 return NodeOwningThisAssetInstance.Get();
1319}
1320
1321UFlowAsset* UFlowAsset::GetParentInstance() const
1322{

Callers 1

OnCrumbClickedMethod · 0.80

Calls 1

GetMethod · 0.80

Tested by

no test coverage detected