Navigation
API > API/Plugins > API/Plugins/GeometryAlgorithms > API/Plugins/GeometryAlgorithms/FMedialSkeletonToTreeSkeletonOpt-
Method to automatically select the medial cluster to use as animation skeleton root, if a root cluster index is not specified.
| Name | ESelectRootMethod |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/GeometryProcessing/Source/GeometryAlgorithms/Public/Skeletonization/MeshMedialAxisSampling.h |
| Include Path | #include "Skeletonization/MeshMedialAxisSampling.h" |
Syntax
enum ESelectRootMethod
{
ClosestToPoint,
FarthestInDirection,
ClosestToBoundsCenter,
LargestSphere,
ArrayOrder,
}
Values
| Name | Remarks |
|---|---|
| ClosestToPoint | |
| FarthestInDirection | |
| ClosestToBoundsCenter | |
| LargestSphere | |
| ArrayOrder |