Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework > API/Plugins/MLDeformerFramework/UMLDeformerInputInfo
Description
Builds a list of available curves on the Skeletal Mesh provided, including its skeleton. This internally adds a merged set of curves that are found on the skeleton and the skeletal mesh itself.
| Name | BuildCurveList |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerInputInfo.h |
| Include Path | #include "MLDeformerInputInfo.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Private/MLDeformerInputInfo.cpp |
static void BuildCurveList
(
USkeletalMesh * InSkeletalMesh,
TArray < FName > & OutCurveNames
)
Parameters
| Name | Remarks |
|---|---|
| InSkeletalMesh | The Skeletal Mesh to get the list of curves for. |
| OutCurveNames | The list of curve names that have been found. |