Tala Esenlikler
Command Definition

Activation Mode

Whether this command waits for input or auto-triggers when available.

Interaction Framework 1.0.0 UE5.8 EInteractionRuntimeCommandActivationMode FInteractionRuntimeCommandDefinition InteractionRuntimeTargetDefinition.h

Whether this command waits for input or auto-triggers when available.

This enum selection (EInteractionRuntimeCommandActivationMode) belongs to FInteractionRuntimeCommandDefinition under InteractionRuntime.

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 FInteractionRuntimeCommandDefinition
Module InteractionFrameworkRuntime
Category InteractionRuntime
UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "InteractionRuntime", meta = (EditCondition = "RowKind == EInteractionRuntimeCommandRowKind::Command", EditConditionHides))
EInteractionRuntimeCommandActivationMode ActivationMode = EInteractionRuntimeCommandActivationMode::Interactive;

Related Docs