FGeomTools::Buid2DPolysFromEdges

Given a set of edges, find the set of closed polygons created by them.

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::Buid2DPolysFromEdges
    (
        TArray< FUtilPoly2D > & OutPolys,
        const TArray< FUtilEdge2D > & InEdges,
        const FColor & VertColor
    )
}

Remarks

Given a set of edges, find the set of closed polygons created by them.

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