Scope that receives a cooldown after an interaction action applies one.
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.