Navigation
BlueprintAPI > BlueprintAPI/EditorScripting > BlueprintAPI/EditorScripting/SequencerTools > BlueprintAPI/EditorScripting/SequencerTools/ControlRig
Set the constraint active key in the current open Sequencer
Target is Control Rig Sequencer Editor Library
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | In Constraint | The constraint to set the key |
| boolean | Active | Whether or not it's active |
| struct | In Frame | |
| enum | Time Unit | Unit for the time params, either in display rate or tick resolution |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| boolean | Return Value | Returns true if we set the constraint to be the passed in value, false if not. We may not do so if the value is the same. |