Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Rigs > API/Plugins/ControlRig/Rigs/URigHierarchy
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchy.h |
| Include | #include "Rigs/RigHierarchy.h" |
UFUNCTION (BlueprintCallable, Category=URigHierarchy)
void SetConnectorSettingsByIndex
(
int32 InElementIndex,
FRigConnectorSettings InSettings,
bool bSetupUndo,
bool bForce,
bool bPrintPythonCommands
)
Remarks
Sets the connector settings for a given connector element by index
Parameters
| Name | Description |
|---|---|
| InElementIndex | The index of the connector element to set the settings for |
| InSettings | The new connector settings value to set |
| bSetupUndo | If true the transform stack will be setup for undo / redo |