Tala Esenlikler
Resolved Command Entry

Activation Mode

Activation mode for the resolved command.

Interaction Framework 1.0.0 UE5.8 EInteractionRuntimeCommandActivationMode FInteractionRuntimeResolvedCommandEntry InteractionRuntimeTargetComponent.h

Activation mode for the resolved command.

This enum selection (EInteractionRuntimeCommandActivationMode) belongs to FInteractionRuntimeResolvedCommandEntry 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 FInteractionRuntimeResolvedCommandEntry
Module InteractionFrameworkRuntime
Category InteractionRuntime
UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "InteractionRuntime")
EInteractionRuntimeCommandActivationMode ActivationMode = EInteractionRuntimeCommandActivationMode::Interactive;

Related Docs