Description
Simulates a time value - and outputs loop information
Information
| Plugin | RigVM |
| Category | Simulation|Accumulate |
| Tags | Playback,Pause,Timeline |
| Type | FRigVMFunction_TimeLoop |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Speed | The speed to play-back the time at | float | 1.000000 |
| Duration | the duration of a single loop in seconds | float | 1.000000 |
| Normalize | if set to true the output relative and flipflop will be normalized over the duration. | bool | False |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Absolute | the overall time in seconds | float | |
| Relative | the relative time in seconds (within the loop) | float | |
| FlipFlop | the relative time in seconds (within the loop), going from 0 to duration and then back from duration to 0, or 0 to 1 and 1 to 0 if Normalize is turned on | float | |
| Even | true if the iteration of the loop is even | bool |