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
| Property | Default | Description |
|---|---|---|
ScopeScope · EFPActorScope | Self | What's the scope of the Subject Actor (Self, In Level or Runtime) |
Level ActorLevelActor · TSoftObjectPtr<AActor> | Level Actor Reference Editable when Scope is In Level | |
External Actor TagExternalActorTag · FGameplayTag | Runtime Actor, found via Gameplay Tag. Editable when Scope is Runtime |