Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Rigs > API/Plugins/ControlRig/Rigs/URigHierarchyController
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchyController.h |
| Include | #include "Rigs/RigHierarchyController.h" |
| Source | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Private/Rigs/RigHierarchyController.cpp |
UFUNCTION (BlueprintCallable, Category=URigHierarchyController)
TArray < FRigElementKey > DuplicateElements
(
TArray < FRigElementKey > InKeys,
bool bSelectNewElements,
bool bSetupUndo,
bool bPrintPythonCommands
)
Remarks
Duplicate the given elements The keys of the 4d items
Parameters
| Name | Description |
|---|---|
| InKeys | The keys of the elements to duplicate |
| bSelectNewElements | If set to true the new elements will be selected |
| bSetupUndo | If set to true the stack will record the change for undo / redo |
| bPrintPythonCommand | If set to true a python command equivalent to this call will be printed out |