Tala Esenlikler
Target Component

Point Variant Overrides

Replicated manual variant overrides per point.

Interaction Framework 1.0.0 UE5.8 TArray<FInteractionRuntimeVariantId> UInteractionRuntimeTargetComponent InteractionRuntimeTargetComponent.h

Replicated manual variant overrides per point.

This array (TArray<FInteractionRuntimeVariantId>) 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_PointVariantOverrides, BlueprintReadOnly, Category = "InteractionRuntime")
TArray<FInteractionRuntimeVariantId> PointVariantOverrides;

Related Docs