Tala Esenlikler
Linked Group Definition

Variant Selection Mode

Variant selection mode used by this linked group.

Interaction Framework 1.0.0 UE5.8 EInteractionRuntimeVariantSelectionMode FInteractionRuntimeLinkedGroupDefinition InteractionRuntimeTargetDefinition.h

Variant selection mode used by this linked group.

This enum selection (EInteractionRuntimeVariantSelectionMode) belongs to FInteractionRuntimeLinkedGroupDefinition under InteractionRuntime|Selection.

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

The enum value selects one behavior path for the owning type. Use the related enum reference for the meaning of each available value.

Owner FInteractionRuntimeLinkedGroupDefinition
Module InteractionFrameworkRuntime
Category InteractionRuntime|Selection
UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "InteractionRuntime|Selection")
EInteractionRuntimeVariantSelectionMode VariantSelectionMode = EInteractionRuntimeVariantSelectionMode::Automatic;

Related Docs