FPoly::SplitWithPlane

Split with plane. Meant to be numerically stable.

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 SplitWithPlane
(
    const FVector & InBase,
    const FVector & InNormal,
    FPoly * FrontPoly,
    FPoly * BackPoly,
    int32 VeryPrecise
) const

Remarks

Split with plane. Meant to be numerically stable.

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