Tala Esenlikler
Interaction Command Apply Cooldown Action

Cooldown Scope

Scope affected by the cooldown, e.g., command-only, point-wide, or target-wide.

Interaction Framework 1.0.0 UE5.8 EInteractionRuntimeCooldownScope UInteractionCommandApplyCooldownAction InteractionCommandApplyCooldownAction.h

Scope affected by the cooldown, e.g., command-only, point-wide, or target-wide.

This enum selection (EInteractionRuntimeCooldownScope) belongs to UInteractionCommandApplyCooldownAction under Interaction|Execution.

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

The enum value selects one behavior path for the owning type. Use the related enum reference for the meaning of each available value.

Owner UInteractionCommandApplyCooldownAction
Module InteractionFrameworkRuntime
Category Interaction|Execution
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Interaction|Execution")
EInteractionRuntimeCooldownScope CooldownScope = EInteractionRuntimeCooldownScope::Command;

Related Docs