Tala Esenlikler
Interaction Command Apply Cooldown Action

Cooldown Sec

Cooldown duration in seconds, e.g., 0.25 for anti-spam, 30 for a reusable device delay.

Interaction Framework 1.0.0 UE5.8 float UInteractionCommandApplyCooldownAction InteractionCommandApplyCooldownAction.h

Cooldown duration in seconds, e.g., 0.25 for anti-spam, 30 for a reusable device delay.

This numeric value (float) belongs to UInteractionCommandApplyCooldownAction under Interaction|Execution.

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

Owner UInteractionCommandApplyCooldownAction
Module InteractionFrameworkRuntime
Category Interaction|Execution
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Interaction|Execution", meta = (ClampMin = "0.01"))
float CooldownSec = 0.25f;

Related Docs