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 void SetLocalControlRigBool
&40;
ULevelSequence &42; LevelSequence,
UControlRig &42; ControlRig,
FName ControlName,
FFrameNumber Frame,
bool Value,
ESequenceTimeUnit TimeUnit,
bool bSetKey
&41;
Remarks
Set ControlRig Control's bool value at specific time
Parameters
| Name | Description |
|---|---|
| LevelSequence | Active Sequence to set value on |
| ControlRig | The ControlRig |
| ControlName | Name of the Control, should be a bool control |
| Frame | Time to set the value |
| Value | The value to set |
| TimeUnit | Unit for frame values, either in display rate or tick resolution |
| bSetKey | If True set a key, if not just set the value |