Tala Esenlikler
Saved Cooldown Record

Remaining Seconds

Remaining cooldown duration in seconds.

Interaction Framework 1.0.0 UE5.8 float FInteractionRuntimeSavedCooldownRecord InteractionRuntimeSaveTypes.h

Remaining cooldown duration in seconds.

This numeric value (float) belongs to FInteractionRuntimeSavedCooldownRecord under InteractionRuntime|Save.

Blueprint or editor workflows can write this value when constructing, overriding, or customizing the owning object.

Owner FInteractionRuntimeSavedCooldownRecord
Module InteractionFrameworkRuntime
Category InteractionRuntime|Save
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "InteractionRuntime|Save")
float RemainingSeconds = 0.0f;

Related Docs