Tala Esenlikler

EInteractionRuntimeCooldownScope

Scope that receives a cooldown after an interaction action applies one.

Interaction Framework 1.0.0 UE5.8 Enum InteractionRuntimeCooldownPolicy.h

Scope that receives a cooldown after an interaction action applies one.

Module InteractionFrameworkRuntime
Category execution
UENUM(BlueprintType)
enum class EInteractionRuntimeCooldownScope : uint8

Values

Target 0
Apply cooldown to the whole target.
Point 1
Apply cooldown to the point that owns the command.
Command 2
Apply cooldown only to the command that triggered it.

Related Docs