Description
Starts a timer and provides access to the time simulation
Information
| Plugin | RigVM |
| Category | Simulation|Time |
| Tags | Playback,Pause,Timeline |
| Type | FRigVMFunction_TimerValue |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Reset | A flag to reset / restart the timer | bool | False |
| Speed | The speed to apply to the played back time | float | 1.000000 |
| Duration | The duration in seconds the timer will take to complete | float | 1.000000 |
| Repeats | A flag indicating if the timer is a one-shot or if it should repeat / loop | bool | False |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| JustStarted | True if the timer has just started | bool | |
| IsRunning | True if the timer is running | bool | |
| JustFinished | True if the timer has just finished | bool | |
| Time | The played back / accumulated time in seconds | float | |
| Ratio | The played back / accumulated time as a ratio of time / duration (0.0 - 1.0) | float |