Navigation
API > API/Plugins > API/Plugins/FractureEngine
| |
|
| Name |
EMeshCutterPerCutMeshSelection |
| Type |
enum |
| Header File |
/Engine/Plugins/Experimental/Fracture/Source/FractureEngine/Public/FractureEngineFracturing.h |
| Include Path |
#include "FractureEngineFracturing.h" |
Syntax
enum EMeshCutterPerCutMeshSelection
{
All,
Random,
Sequential,
}
Values
| Name |
Remarks |
| All |
Use all cut meshes for every cut. |
| Random |
Choose which cut mesh to use from the mesh array randomly, per cut. |
| Sequential |
Choose which cut mesh to use from the mesh array sequentially, starting with the first mesh and cycling through, per cut. |