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