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&40;BlueprintCallable, Category&61;URigHierarchy&41;
void SetControlShapeTransformByIndex
&40;
int32 InElementIndex,
FTransform InTransform,
bool bInitial,
bool bSetupUndo
&41;
Remarks
Sets the local shape transform for a given control element by index
Parameters
| Name | Description |
|---|---|
| InElementIndex | The index of the control element to set the shape transform for |
| InTransform | The new local shape transform value to set |
| bInitial | If true the initial value will be used |
| bSetupUndo | If true the transform stack will be setup for undo / redo |