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 > ImportCurvesFromAsset
(
FString InAssetPath,
FName InNameSpace,
bool bSelectCurves,
bool bSetupUndo
)
Remarks
Imports all curves from a skeleton to the hierarchy The keys of the imported elements
Parameters
| Name | Description |
|---|---|
| InAssetPath | The path to the uasset to import 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 |