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

Method GetParentInstance

Source/Flow/Private/FlowAsset.cpp:1321–1324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1319}
1320
1321UFlowAsset* UFlowAsset::GetParentInstance() const
1322{
1323 return NodeOwningThisAssetInstance.IsValid() ? NodeOwningThisAssetInstance.Get()->GetFlowAsset() : nullptr;
1324}
1325
1326FFlowAssetSaveData UFlowAsset::SaveInstance(TArray<FFlowAssetSaveData>& SavedFlowInstances)
1327{

Callers 1

FillBreadcrumbMethod · 0.80

Calls 3

IsValidMethod · 0.80
GetMethod · 0.80
GetFlowAssetMethod · 0.45

Tested by

no test coverage detected