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 SetControlRigApplyMode
(
UControlRig * InControlRig,
EControlRigFKRigExecuteMode InApplyMode
)
Remarks
Set the FK Control Rig to apply mode returns True if the mode was set, may not be set if the Control Rig doesn't support these modes currently only FKControlRig's do.
Parameters
| Name | Description |
|---|---|
| InControlRig | Rig to set |
| InApplyMode | Set the EControlRigFKRigExecuteMode mode (Replace,Addtiive or Direct) |