Navigation
BlueprintAPI > BlueprintAPI/EditorScripting > BlueprintAPI/EditorScripting/SequencerTools > BlueprintAPI/EditorScripting/SequencerTools/ControlRig
Get ControlRig Control's EulerTransform values at specific times
Target is Control Rig Sequencer Editor Library
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Level Sequence | Active Sequence to get value for |
| object | Control Rig | The ControlRig |
| name | Control Name | Name of the Control, should be a EulerTransform control |
| struct | Frames | Times to get the values |
| enum | Time Unit | Unit for frame values, either in display rate or tick resolution |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| struct | Return Value | Returns Values at those times |