Tala Esenlikler
Point Definition

Variants

Variants owned by this point when it is not a linked group point.

Interaction Framework 1.0.0 UE5.8 TArray<FInteractionRuntimeVariantDefinition> FInteractionRuntimePointDefinition InteractionRuntimeTargetDefinition.h

Variants owned by this point when it is not a linked group point.

This array (TArray<FInteractionRuntimeVariantDefinition>) belongs to FInteractionRuntimePointDefinition under InteractionRuntime.

Designers configure this value in the owning asset or object details panel, while Blueprint logic can read the resolved value at runtime.

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

Owner FInteractionRuntimePointDefinition
Module InteractionFrameworkRuntime
Category InteractionRuntime
UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "InteractionRuntime", meta = (EditCondition = "PointKind != EInteractionRuntimePointKind::LinkedGroup", EditConditionHides))
TArray<FInteractionRuntimeVariantDefinition> Variants;

Related Docs