Tala Esenlikler
Progress Projection

Active Progress Command ID

Command associated with active progress.

Interaction Framework 1.0.0 UE5.7 FInteractionRuntimeCommandId FInteractionUIProgressProjection InteractionViewModel.h

Command associated with active progress.

This interaction identifier (FInteractionRuntimeCommandId) belongs to FInteractionUIProgressProjection under InteractionUI.

Runtime and UI code should treat this as resolved state from the owning object. Read it to present, branch, or debug behavior without re-authoring the underlying interaction data.

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

Owner FInteractionUIProgressProjection
Module InteractionFrameworkAPI
Category InteractionUI
UPROPERTY(BlueprintReadOnly, Category = "InteractionUI")
FInteractionRuntimeCommandId ActiveProgressCommandId;

Related Docs