Navigation
API > API/Plugins > API/Plugins/PlanarCut
| Name | UE::PlanarCut::ENeighborSelectionMethod |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/PlanarCutPlugin/Source/PlanarCut/Public/PlanarCut.h |
| Include Path | #include "PlanarCut.h" |
Syntax
namespace UE
{
namespace PlanarCut
{
enum ENeighborSelectionMethod
{
LargestNeighbor,
NearestCenter,
}
}
}
Values
| Name | Remarks |
|---|---|
| LargestNeighbor | |
| NearestCenter |