Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Rigs > API/Plugins/ControlRig/Rigs/URigHierarchyController > API/Plugins/ControlRig/Rigs/URigHierarchyController/ImportCurves
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 |
TArray < FRigElementKey > ImportCurves
(
UAnimCurveMetaData * InAnimCurvesMetadata,
FName InNameSpace,
bool bSetupUndo
)
Remarks
Imports all curves from an anim curve metadata object to the hierarchy The keys of the imported elements
Parameters
| Name | Description |
|---|---|
| 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 |