Framerate Independent Timer
PureFramerateIndependentTimerUpdates a timer and returns normalized progress (0-1). Correctly handles variable frame rates.
Type: Pure (no side effects)
Category: Fortuna|Time & Date
Keywords: time & date
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| Elapsed | float | — | Elapsed parameter |
| Duration | float | — | Duration parameter |
| DeltaTime | float | — | DeltaTime parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| Progress | float 0-1 | Progress output |
| bCompleted | bool | bCompleted output |
Example Use Cases
Example 1
Drive a timed event without relying on Delay nodes.
Example 2
Progress bar for a crafting operation.