Tala Esenlikler
Variant Definition

Commands

Command rows available while this variant is active.

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

Command rows available while this variant is active.

This array (TArray<FInteractionRuntimeCommandDefinition>) belongs to FInteractionRuntimeVariantDefinition 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 FInteractionRuntimeVariantDefinition
Module InteractionFrameworkRuntime
Category InteractionRuntime
UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "InteractionRuntime")
TArray<FInteractionRuntimeCommandDefinition> Commands;

Related Docs