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 int32 GetAnimLayerIndex
(
UAnimLayer * AnimLayer
)
Remarks
Helper function to get the index in the anim layer array from the anim layer Returns index for the anim layer or INDEX_NONE(-1) if it doesn't exist
Parameters
| Name | Description |
|---|---|
| Anim | Layer to get the index for |