Navigation
API > API/Plugins > API/Plugins/ControlRigEditor > API/Plugins/ControlRigEditor/FControlRigEditMode
Description
Set the Control Rig Object to be active in the edit mode. You set both the Control Rig and a possible binding together with an optional Sequencer This will remove all other control rigs present and should be called for stand alone editors, like the Control Rig Editor
| Name | SetObjects |
| Type | function |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRigEditor/Public/EditMode/ControlRigEditMode.h |
| Include Path | #include "EditMode/ControlRigEditMode.h" |
| Source | /Engine/Plugins/Animation/ControlRig/Source/ControlRigEditor/Private/EditMode/ControlRigEditMode.cpp |
void SetObjects
(
UControlRig * InControlRig,
UObject * BindingObject,
const TWeakPtr < ISequencer > & InSequencer
)