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&40;BlueprintCallable, Category&61;URigHierarchyController&41;
TArray< FRigElementKey > ImportCurves
&40;
USkeleton &42; InSkeleton,
FName InNameSpace,
bool bSelectCurves,
bool bSetupUndo,
bool bPrintPythonCommand
&41;
Remarks
Imports all curves from a skeleton to the hierarchy The keys of the imported elements
Parameters
| Name | Description |
|---|---|
| InSkeleton | The skeleton to import the curves from |
| InNameSpace | The namespace to prefix the bone names with |
| bSelectCurves | If true the curves will be selected upon import |
| bSetupUndo | If set to true the stack will record the change for undo / redo |