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 | Animation Layers")
static bool MergeAnimLayers
(
const TArray < int32 > & Indices
)
Remarks
Merge specified anim layers into one layer. Will merge onto the anim layer with the lowest index Returns true if successful, false otherwise
Parameters
| Name | Description |
|---|---|
| Indices | The indices to merge |