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 BakeControlRigSpace
&40;
ULevelSequence &42; InSequence,
UControlRig &42; InControlRig,
const TArray< FName > & InControlNames,
FRigSpacePickerBakeSettings InSettings,
ESequenceTimeUnit TimeUnit
&41;
Remarks
Bake specified Control Rig Controls to a specified Space based upon the current settings
Parameters
| Name | Description |
|---|---|
| InSequence | Sequence to bake |
| InControlRig | ControlRig to bake |
| InControlNames | The name of the Controls to bake |
| InSettings | The settings for the bake, e.g, how long to bake, to key reduce etc. |
| TimeUnit | Unit for the start and end times in the InSettings parameter. |