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

Method GetRootInstances

Source/Flow/Private/FlowComponent.cpp:468–478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

466}
467
468TSet<UFlowAsset*> UFlowComponent::GetRootInstances(const UObject* Owner) const
469{
470 const UObject* OwnerToCheck = IsValid(Owner) ? Owner : this;
471
472 if (const UFlowSubsystem* FlowSubsystem = GetFlowSubsystem())
473 {
474 return FlowSubsystem->GetRootInstancesByOwner(OwnerToCheck);
475 }
476
477 return TSet<UFlowAsset*>();
478}
479
480UFlowAsset* UFlowComponent::GetRootFlowInstance() const
481{

Callers

nothing calls this directly

Calls 2

IsValidFunction · 0.85

Tested by

no test coverage detected