Tala Esenlikler

EInteractionRuntimeCooldownApplicationPolicy

Determines who is affected by a cooldown.

Interaction Framework 1.0.0 UE5.8 Enum InteractionRuntimeCooldownPolicy.h

Determines who is affected by a cooldown.

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

Values

Global 0
Cooldown applies to all interactors.
PerInteractor 1
Cooldown applies only to the interactor that triggered it.

Related Docs