FPoly::Split

Split a poly and keep only the front half. Returns number of vertices, 0 if clipped away.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/Polys.h

Include

#include "Engine/Polys.h"

Source

/Engine/Source/Runtime/Engine/Private/Polygon.cpp

Syntax

int32 Split
(
    const FVector & InNormal,
    const FVector & InBase
)

Remarks

Split a poly and keep only the front half. Returns number of vertices, 0 if clipped away.

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