Skip to content

Flow Actor Reference Blueprintable ​

FFlowActorReference · Core/FlowActorReference.h

This class allows referencing a level actor with Scope "inLevel", an actor via Gameplay Tag with score "Runtime", or the owner of the FlowPilot that is running with scope "self"

Properties ​

PropertyDefaultDescription
Scope
Scope · EFPActorScope
SelfWhat's the scope of the Subject Actor (Self, In Level or Runtime)
Level Actor
LevelActor · TSoftObjectPtr<AActor>
Level Actor Reference
Editable when Scope is In Level
External Actor Tag
ExternalActorTag · FGameplayTag
Runtime Actor, found via Gameplay Tag.
Editable when Scope is Runtime