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 BlendValuesOnSelected
&40;
ULevelSequence &42; LevelSequence,
EAnimToolBlendOperation BlendOperation,
float BlendValue
&41;
Remarks
Peform specified blend operation based upon selected keys in the curve editor or selected control rig controls
Parameters
| Name | Description |
|---|---|
| LevelSequence | The LevelSequence that's loaded in the editor |
| EAnimToolBlendOperation | The operation to perform |
| BlendValue | The blend value to use, range from -1(blend to previous) to 1(blend to next) |