Tala Esenlikler
Resolved Command Entry

Command ID

Command id for the resolved row.

Interaction Framework 1.0.0 UE5.7 FInteractionRuntimeCommandId FInteractionRuntimeResolvedCommandEntry InteractionRuntimeTargetComponent.h

Command id for the resolved row.

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

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

Owner FInteractionRuntimeResolvedCommandEntry
Module InteractionFrameworkRuntime
Category InteractionRuntime
UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "InteractionRuntime")
FInteractionRuntimeCommandId CommandId;

Related Docs