Get Cooldown Remaining
PureGetCooldownRemainingReturns remaining cooldown time in seconds and as a normalized 0-1 value for UI progress bars.
Type: Pure (no side effects)
Category: Fortuna|Time & Date
Keywords: time & date
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| CooldownEndTime | float | — | CooldownEndTime parameter |
| CurrentTime | float | — | CurrentTime parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| RemainingSeconds | float | RemainingSeconds output |
| NormalizedRemaining | float 0-1 | NormalizedRemaining output |
| bIsReady | bool | bIsReady output |
Example Use Cases
Example 1
Update a circular cooldown indicator on an ability icon.
Example 2
Show a countdown timer on a locked door.