Navigation
API > API/Runtime > API/Runtime/Engine
Results from FPoly.SplitWithPlane, describing the result of splitting an arbitrary FPoly with an arbitrary plane.
| Name | ESplitType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/Polys.h |
| Include Path | #include "Engine/Polys.h" |
Syntax
enum ESplitType
{
SP_Coplanar = 0,
SP_Front = 1,
SP_Back = 2,
SP_Split = 3,
}
Values
| Name | Remarks |
|---|---|
| SP_Coplanar | |
| SP_Front | |
| SP_Back | |
| SP_Split |