Navigation
API > API/Developer > API/Developer/BSPUtils > API/Developer/BSPUtils/FBSPUtils
Description
Populates a list with all polys that are linked to the specified poly. The resulting list includes the original poly.
| Name | polyGetLinkedPolys |
| 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 polyGetLinkedPolys
(
ABrush * InBrush,
FPoly * InPoly,
TArray< FPoly > * InPolyList
)