Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/URigHierarchyController
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< FRigElementKey > ImportCurves
(
UAnimCurveMetaData* InAnimCurvesMetadata, |
Imports all curves from an anim curve metadata object to the hierarchy | Rigs/RigHierarchyController.h | |
TArray< FRigElementKey > ImportCurves
(
USkeleton* InSkeleton, |
Imports all curves from a skeleton to the hierarchy | Rigs/RigHierarchyController.h |
|
ImportCurves(UAnimCurveMetaData *, FName, bool)
Description
Imports all curves from an anim curve metadata object to the hierarchy
| Name | ImportCurves |
| Type | function |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchyController.h |
| Include Path | #include "Rigs/RigHierarchyController.h" |
| Source | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Private/Rigs/RigHierarchyController.cpp |
TArray < FRigElementKey > ImportCurves
(
UAnimCurveMetaData * InAnimCurvesMetadata,
FName InNameSpace,
bool bSetupUndo
)
The keys of the imported elements
Parameters
| Name | Remarks |
|---|---|
| InAnimCurvesMetadata | The anim curve metadata object to import the curves from |
| InNameSpace | The namespace to prefix the bone names with |
| bSetupUndo | If set to true the stack will record the change for undo / redo |
ImportCurves(USkeleton *, FName, bool, bool, bool)
Description
Imports all curves from a skeleton to the hierarchy
| Name | ImportCurves |
| Type | function |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchyController.h |
| Include Path | #include "Rigs/RigHierarchyController.h" |
| Source | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Private/Rigs/RigHierarchyController.cpp |
UFUNCTION (BlueprintCallable, Category=URigHierarchyController)
TArray < FRigElementKey > ImportCurves
(
USkeleton * InSkeleton,
FName InNameSpace,
bool bSelectCurves,
bool bSetupUndo,
bool bPrintPythonCommand
)
The keys of the imported elements
Parameters
| Name | Remarks |
|---|---|
| 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 |