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 UMovieSceneTrack * FindOrCreateControlRigTrack
(
UWorld * World,
ULevelSequence * LevelSequence,
const UClass * ControlRigClass,
const FMovieSceneBindingProxy & InBinding,
bool bIsLayeredControlRig
)
Remarks
Find or create a Control Rig track of a specific class based upon the binding returns Return the found or created track
Parameters
| Name | Description |
|---|---|
| World | The world used to spawn into temporarily if binding is a spawnable |
| LevelSequence | The LevelSequence to find or create |
| ControlRigClass | The class of the Control Rig |
| InBinding | The binding (actor or component binding) to find or create the Control Rig track |