ESplitType

Results from [FPoly.SplitWithPlane](API\Runtime\Engine\Engine\FPoly\SplitWithPlane), describing the result of splitting an arbitrary [FPoly](API\Runtime\Engine\Engine\FPoly) with an arbitrary plane.

Windows
MacOS
Linux

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss