Tala Esenlikler
Saved Cooldown Record

Command ID

Command affected by command-scoped cooldown.

Interaction Framework 1.0.0 UE5.8 FInteractionRuntimeCommandId FInteractionRuntimeSavedCooldownRecord InteractionRuntimeSaveTypes.h

Command affected by command-scoped cooldown.

This interaction identifier (FInteractionRuntimeCommandId) belongs to FInteractionRuntimeSavedCooldownRecord under InteractionRuntime|Save.

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 FInteractionRuntimeSavedCooldownRecord
Module InteractionFrameworkRuntime
Category InteractionRuntime|Save
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "InteractionRuntime|Save")
FInteractionRuntimeCommandId CommandId;

Related Docs