Navigation
API > API/Plugins > API/Plugins/FractureEngine
| |
|
| Name |
EFixTinyGeoNeighborSelectionMethod |
| Type |
enum |
| Header File |
/Engine/Plugins/Experimental/Fracture/Source/FractureEngine/Public/FractureEngineUtility.h |
| Include Path |
#include "FractureEngineUtility.h" |
Syntax
enum EFixTinyGeoNeighborSelectionMethod
{
UMETA =(DisplayName = "Largest Neighbor"),
UMETA =(DisplayName = "Nearest Center"),
}
Values
| Name |
Remarks |
| UMETA |
Merge to the neighbor with the largest volume. |
| UMETA |
Merge to the neighbor with the closest center. |