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