Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Time Loop' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Rig VMFunction Time Loop |
Outputs
| Type | Name | Description |
|---|---|---|
| real | Speed | |
| real | Duration | the duration of a single loop in seconds |
| boolean | Normalize | if set to true the output relative and flipflopwill be normalized over the duration. |
| real | Absolute | the overall time in seconds |
| real | Relative | the relative time in seconds (within the loop) |
| real | Flip Flop | 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 |
| boolean | Even | true if the iteration of the loop is even |