Navigation
BlueprintAPI > BlueprintAPI/EditorScripting > BlueprintAPI/EditorScripting/SequencerTools > BlueprintAPI/EditorScripting/SequencerTools/ControlRig
Get ControlRig Control's bool value at a specific time
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 bool control |
| struct | Frame | Time to get the value |
| enum | Time Unit | Unit for frame values, either in display rate or tick resolution |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| boolean | Return Value | Returns Value at that time |