Tala Esenlikler
Prompt Cooldown Context

Remaining Seconds

Cooldown time remaining in seconds.

Interaction Framework 1.0.0 UE5.7 float FInteractionRuntimePromptCooldownContext InteractionRuntimePromptTextProvider.h

Cooldown time remaining in seconds.

This numeric value (float) 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")
float RemainingSeconds = 0.0f;

Related Docs