Tala Esenlikler
Requirement Context

Command ID

Command id being evaluated, if the stage is command-related.

Interaction Framework 1.0.0 UE5.7 FInteractionRuntimeCommandId FInteractionRuntimeRequirementContext InteractionRuntimeRequirementTypes.h

Command id being evaluated, if the stage is command-related.

This interaction identifier (FInteractionRuntimeCommandId) belongs to FInteractionRuntimeRequirementContext under InteractionRuntime.

Blueprint or editor workflows can write this value when constructing, overriding, or customizing the owning object.

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

Owner FInteractionRuntimeRequirementContext
Module InteractionFrameworkRuntime
Category InteractionRuntime
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "InteractionRuntime")
FInteractionRuntimeCommandId CommandId;

Related Docs