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

Method GetRootFlow

Source/Flow/Private/FlowSubsystem.cpp:351–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349}
350
351UFlowAsset* UFlowSubsystem::GetRootFlow(const UObject* Owner) const
352{
353 const TSet<UFlowAsset*> Result = GetRootInstancesByOwner(Owner);
354 if (Result.Num() > 0)
355 {
356 return Result.Array()[0];
357 }
358
359 return nullptr;
360}
361
362UWorld* UFlowSubsystem::GetWorld() const
363{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected