FBSPUtils::polyGetOuterEdgeList

Takes a list of polygons and returns a list of the outside edges (edges which are not shared by other polys in the list).

Unreal Engine C++ API Reference > Developer > BSPUtils > FBSPUtils

References

   
Module BSPUtils
Header /Engine/Source/Developer/BSPUtils/Public/BSPUtils.h
Include #include "BSPUtils.h"
Source /Engine/Source/Developer/BSPUtils/Private/BSPUtils.cpp
static void polyGetOuterEdgeList
(
    [TArray](API\Runtime\Core\Containers\TArray)< [FPoly](API\Runtime\Engine\Engine\FPoly) > * InPolyList,
    [TArray](API\Runtime\Core\Containers\TArray)< [FEdge](API\Runtime\Core\Math\FEdge) > * InEdgeList
)

Remarks

Takes a list of polygons and returns a list of the outside edges (edges which are not shared by other polys in the list).


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library