Navigation
API > API/Plugins > API/Plugins/FractureEditor
| |
|
| Name |
EFractureSelectionDisplayMode |
| Type |
enum |
| Header File |
/Engine/Plugins/Experimental/ChaosEditor/Source/FractureEditor/Public/FractureSettings.h |
| Include Path |
#include "FractureSettings.h" |
Syntax
enum EFractureSelectionDisplayMode
{
Highlight,
BoundingBox,
None,
}
Values
| Name |
Remarks |
| Highlight |
Use a glow material to highlight the selection - Nanite Geometry Collection will ignore it and use bounding boxes instead |
| BoundingBox |
Use bounding boxes to show selection - Nanite Geometry Collection will default to that |
| None |
Do not display bone selection at all |