Tala Esenlikler
Target Component

Allowed Instigator Actors

Replicated actors allowed to act as instigators for this target.

Interaction Framework 1.0.0 UE5.7 TArray<TObjectPtr<AActor>> UInteractionRuntimeTargetComponent InteractionRuntimeTargetComponent.h

Replicated actors allowed to act as instigators for this target.

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

Runtime and UI code should treat this as resolved state from the owning object. Read it to present, branch, or debug behavior without re-authoring the underlying interaction data.

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

Owner UInteractionRuntimeTargetComponent
Module InteractionFrameworkRuntime
Category InteractionRuntime
UPROPERTY(ReplicatedUsing = OnRep_AllowedInstigatorActors, BlueprintReadOnly, Category = "InteractionRuntime")
TArray<TObjectPtr<AActor>> AllowedInstigatorActors;

Related Docs