Navigation
BlueprintAPI > BlueprintAPI/EditorScripting > BlueprintAPI/EditorScripting/SequencerTools > BlueprintAPI/EditorScripting/SequencerTools/ControlRig
Set ControlRig Control's Rotator value at specific time
Target is Control Rig Sequencer Editor Library
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Level Sequence | Active Sequence to set value on |
| object | Control Rig | The ControlRig |
| name | Control Name | Name of the Control, should be a Rotator control |
| struct | Frame | Time to set the value |
| rotator | Value | The value to set |
| enum | Time Unit | Unit for frame values, either in display rate or tick resolution |
| boolean | Set Key | If True set a key, if not just set the value |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out |