Navigation
BlueprintAPI > BlueprintAPI/EditorScripting > BlueprintAPI/EditorScripting/SequencerTools > BlueprintAPI/EditorScripting/SequencerTools/ControlRig
Move the Control Rig Space Key for the Control at the specified time to the new time. This will also move any Control Rig keys at this space switch boundary.
Target is Control Rig Sequencer Editor Library
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | In Sequence | Sequence to set the space |
| object | In Control Rig | ControlRig with the Control |
| name | In Control Name | The name of the Control |
| struct | In Time | Original time of the space key |
| struct | In New Time | New time for the space key |
| enum | Time Unit | Unit for the time params, either in display rate or tick resolution |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| boolean | Return Value | Will return false if function fails, for example if there is no key at this time it will fail, or if the new time is invalid it could fail also |