Navigation
API > API/Plugins > API/Plugins/ControlRigEditor > API/Plugins/ControlRigEditor/UControlRigSequencerEditorLibrar-
References
| Module | ControlRigEditor |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRigEditor/Public/ControlRigSequencerEditorLibrary.h |
| Include | #include "ControlRigSequencerEditorLibrary.h" |
| Source | /Engine/Plugins/Animation/ControlRig/Source/ControlRigEditor/Private/ControlRigSequencerEditorLibrary.cpp |
UFUNCTION&40;BlueprintCallable, Category&61;"Editor Scripting &124; Sequencer Tools &124; Control Rig"&41;
static bool TweenControlRig
&40;
ULevelSequence &42; LevelSequence,
UControlRig &42; ControlRig,
float TweenValue
&41;
Remarks
Peform a Tween operation on the current active sequencer time(must be visible).
Parameters
| Name | Description |
|---|---|
| LevelSequence | The LevelSequence that's loaded in the editor |
| ControlRig | The Control Rig to tween. |
| TweenValue | The tween value to use, range from -1(blend to previous) to 1(blend to next) |