Tala Esenlikler
Requirement Context

Allowed Instigator Actors

Actors allowed to count as instigators for requirement checks.

Interaction Framework 1.0.0 UE5.8 TArray<TObjectPtr<AActor>> FInteractionRuntimeRequirementContext InteractionRuntimeRequirementTypes.h

Actors allowed to count as instigators for requirement checks.

This array (TArray<TObjectPtr<AActor>>) belongs to FInteractionRuntimeRequirementContext under InteractionRuntime.

Blueprint or editor workflows can write this value when constructing, overriding, or customizing the owning object.

Order can matter when the owning workflow evaluates entries sequentially or displays them in authored order.

Owner FInteractionRuntimeRequirementContext
Module InteractionFrameworkRuntime
Category InteractionRuntime
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "InteractionRuntime")
TArray<TObjectPtr<AActor>> AllowedInstigatorActors;

Related Docs