Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that create a 'Timer' from its members
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Execute | The input execution pin to hook up to the graph |
| boolean | Reset | A flag to reset / restart the timer |
| real | Speed | The speed to apply to the played back time |
| real | Duration | The duration in seconds the timer will take to complete |
| boolean | Repeats | A flag indicating if the timer is a one-shot or if it should repeat / loop |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Rig VMFunction Control Flow Timer |