Navigation
BlueprintAPI > BlueprintAPI/EditorScripting > BlueprintAPI/EditorScripting/SequencerTools > BlueprintAPI/EditorScripting/SequencerTools/ControlRig
Get the constraint keys for the specified constraint
Target is Control Rig Sequencer Editor Library
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | In Constraint | The constraint to get |
| object | Constraint Section | Section containing Cosntraint Key |
| enum | Time Unit | Unit for the time params, either in display rate or tick resolution |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| boolean | Out Bools | Array of whether or not it's active at the specified times |
| struct | Out Frames | The Times for the keys |
| boolean | Return Value | Returns true if we got the keys from this constraint |