FGeomTools::Split2DPolysWithPlane

Split 2D polygons with a 3D plane.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/GeomTools.h

Include

#include "GeomTools.h"

Source

/Engine/Source/Runtime/Engine/Private/GeomTools.cpp

Syntax

namespace FGeomTools
{
    void FGeomTools::Split2DPolysWithPlane
    (
        FUtilPoly2DSet & PolySet,
        const FPlane & Plane,
        const FColor & ExteriorVertColor,
        const FColor & InteriorVertColor
    )
}

Remarks

Split 2D polygons with a 3D 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