Tala Esenlikler
Command Definition

Command ID

Gameplay tag that identifies the command, e.g., Interaction.Command.Open.

Interaction Framework 1.0.0 UE5.8 FInteractionRuntimeCommandId FInteractionRuntimeCommandDefinition InteractionRuntimeTargetDefinition.h

Gameplay tag that identifies the command, e.g., Interaction.Command.Open.

This interaction identifier (FInteractionRuntimeCommandId) 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.

Keep identifier values stable once content ships because saved state, prompt routing, and authored references may depend on them.

Owner FInteractionRuntimeCommandDefinition
Module InteractionFrameworkRuntime
Category InteractionRuntime
UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "InteractionRuntime", meta = (EditCondition = "RowKind == EInteractionRuntimeCommandRowKind::Command", EditConditionHides))
FInteractionRuntimeCommandId CommandId;

Related Docs