Navigation
BlueprintAPI > BlueprintAPI/EditorScripting > BlueprintAPI/EditorScripting/SequencerTools > BlueprintAPI/EditorScripting/SequencerTools/ControlRig
Move the constraint active key in the current open Sequencer
Target is Control Rig Sequencer Editor Library
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Constraint | |
| object | Constraint Section | Section containing Cosntraint Key |
| struct | In Time | Original time of the constraint key |
| struct | In New Time | New time for the constraint 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 |