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 (BlueprintCallable, Category="Editor Scripting | Sequencer Tools | Control Rig")
static bool TweenControlRig
(
ULevelSequence * LevelSequence,
UControlRig * ControlRig,
float TweenValue
)
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) |