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 bool SpaceCompensate
(
UControlRig * InControlRig,
FFrameNumber InTime,
EMovieSceneTimeUnit TimeUnit
)
Remarks
Perform compensation for any spaces at the specified time for the specified control rig Will return false if function fails
Parameters
| Name | Description |
|---|---|
| InControlRig | Control Rig to compensate |
| InTime | The time to look for a space key to compensate |
| TimeUnit | Unit for the InTime |