Navigation
BlueprintAPI > BlueprintAPI/EditorScripting > BlueprintAPI/EditorScripting/SequencerTools > BlueprintAPI/EditorScripting/SequencerTools/ControlRig
Peform a Tween operation on the current active sequencer time(must be visible).
Target is Control Rig Sequencer Editor Library
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Level Sequence | The LevelSequence that's loaded in the editor |
| object | Control Rig | The Control Rig to tween. |
| real | Tween Value | The tween value to use, range from -1(blend to previous) to 1(blend to next) |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| boolean | Return Value |