Tala Esenlikler

UInteractionCommandApplyCooldownAction

Execution action that applies a cooldown when a command reaches a configured outcome.

Interaction Framework 1.0.0 UE5.7 Class InteractionCommandApplyCooldownAction.h

Execution action that applies a cooldown when a command reaches a configured outcome.

Module InteractionFrameworkRuntime
Category execution
UCLASS(Blueprintable, EditInlineNew, DefaultToInstanced, CollapseCategories, DisplayName="Apply Cooldown Interaction Action")
class INTERACTIONFRAMEWORKRUNTIME_API UInteractionCommandApplyCooldownAction : public UInteractionCommandExecutionAction

Properties

Interaction Command Apply Cooldown Action

Cooldown Sec

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

float

Use Cases

  • Use UInteractionCommandApplyCooldownAction in the core-concepts workflow.

Related Docs