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 LoadAnimSequenceIntoControlRigSection
&40;
UMovieSceneSection &42; MovieSceneSection,
UAnimSequence &42; AnimSequence,
USkeletalMeshComponent &42; SkelMeshComp,
FFrameNumber InStartFrame,
ESequenceTimeUnit TimeUnit,
bool bKeyReduce,
float Tolerance
&41;
Remarks
Load anim sequence into this control rig section returns True if successful, False otherwise
Parameters
| Name | Description |
|---|---|
| MovieSceneSection | The MovieSceneSectionto load into |
| AnimSequence | The Sequence to load |
| MovieScene | The MovieScene getting loaded into |
| SkelMeshComponent | The Skeletal Mesh component getting loaded into. |
| InStartFrame | Frame to insert the animation |
| TimeUnit | Unit for all frame and time values, either in display rate or tick resolution |
| bKeyReduce | If true do key reduction based upon Tolerance, if false don't |
| Tolerance | If reducing keys, tolerance about which keys will be removed, smaller tolerance, more keys usually. |