Tala Esenlikler
Variant Definition

Selection Requirements

Requirements used when automatic variant selection evaluates this variant.

Interaction Framework 1.0.0 UE5.7 TArray<FInteractionRuntimeRequirementEntry> FInteractionRuntimeVariantDefinition InteractionRuntimeTargetDefinition.h

Requirements used when automatic variant selection evaluates this variant.

This array (TArray<FInteractionRuntimeRequirementEntry>) 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.

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

Owner FInteractionRuntimeVariantDefinition
Module InteractionFrameworkRuntime
Category InteractionRuntime|Selection
UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "InteractionRuntime|Selection")
TArray<FInteractionRuntimeRequirementEntry> SelectionRequirements;

Related Docs