Tala Esenlikler
Prompt Cooldown Context

Has Cooldown Remaining

True when RemainingSeconds contains meaningful cooldown time.

Interaction Framework 1.0.0 UE5.8 bool FInteractionRuntimePromptCooldownContext InteractionRuntimePromptTextProvider.h

True when RemainingSeconds contains meaningful cooldown time.

This boolean flag (bool) belongs to FInteractionRuntimePromptCooldownContext under InteractionRuntime|Prompt.

Runtime and UI code should treat this as resolved state from the owning object. Read it to present, branch, or debug behavior without re-authoring the underlying interaction data.

Owner FInteractionRuntimePromptCooldownContext
Module InteractionFrameworkRuntime
Category InteractionRuntime|Prompt
UPROPERTY(BlueprintReadOnly, Category = "InteractionRuntime|Prompt")
bool bHasCooldownRemaining = false;

Related Docs