Navigation
API > API/Developer > API/Developer/BSPUtils > API/Developer/BSPUtils/FBSPUtils
Description
Takes a list of polygons and creates a new list of polys which have no overlapping edges. It splits edges as necessary to achieve this.
| Name | polySplitOverlappingEdges |
| Type | function |
| Header File | /Engine/Source/Developer/BSPUtils/Public/BSPUtils.h |
| Include Path | #include "BSPUtils.h" |
| Source | /Engine/Source/Developer/BSPUtils/Private/BSPUtils.cpp |
static void polySplitOverlappingEdges
(
TArray< FPoly > * InPolyList,
TArray< FPoly > * InResult
)