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 SetControlRigSpace
&40;
ULevelSequence &42; InSequence,
UControlRig &42; InControlRig,
FName InControlName,
const FRigElementKey & InSpaceKey,
FFrameNumber InTime,
ESequenceTimeUnit TimeUnit
&41;
Remarks
Set the a key for the Control Rig Space for the Control at the specified time. If space is the same as the current no key witll be set.
Parameters
| Name | Description |
|---|---|
| InSequence | Sequence to set the space |
| InControlRig | ControlRig with the Control |
| InControlName | The name of the Control |
| InSpaceKey | The new space for the Control |
| InTime | Time to change the space. |
| TimeUnit | Unit for the InTime, either in display rate or tick resolution |