Tala Esenlikler
Variant Definition

Selection Scope

Scope for automatic variant selection.

Interaction Framework 1.0.0 UE5.8 EInteractionRuntimeVariantSelectionScope FInteractionRuntimeVariantDefinition InteractionRuntimeTargetDefinition.h

Scope for automatic variant selection.

This enum selection (EInteractionRuntimeVariantSelectionScope) belongs to FInteractionRuntimeVariantDefinition 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 FInteractionRuntimeVariantDefinition
Module InteractionFrameworkRuntime
Category InteractionRuntime|Selection
UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "InteractionRuntime|Selection")
EInteractionRuntimeVariantSelectionScope SelectionScope = EInteractionRuntimeVariantSelectionScope::Shared;

Related Docs