Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Rigs > API/Plugins/ControlRig/Rigs/URigHierarchy > API/Plugins/ControlRig/Rigs/URigHierarchy/SetControlSettings
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchy.h |
| Include | #include "Rigs/RigHierarchy.h" |
UFUNCTION&40;BlueprintCallable, Category&61;URigHierarchy&41;
void SetControlSettings
&40;
FRigElementKey InKey,
FRigControlSettings InSettings,
bool bSetupUndo,
bool bForce,
bool bPrintPythonCommands
&41;
Remarks
Sets the control settings for a given control element by key
Parameters
| Name | Description |
|---|---|
| InKey | The key of the control element to set the settings for |
| InSettings | The new control settings value to set |
| bSetupUndo | If true the transform stack will be setup for undo / redo |