Navigation
API > API/Developer > API/Developer/BSPUtils > API/Developer/BSPUtils/FBSPOps
Description
Validate a brush, and set iLinks on all EdPolys to index of the first identical EdPoly in the list, or its index if it's the first. Not transactional.
| Name | bspValidateBrush |
| Type | function |
| Header File | /Engine/Source/Developer/BSPUtils/Public/BSPOps.h |
| Include Path | #include "BSPOps.h" |
| Source | /Engine/Source/Developer/BSPUtils/Private/BSPOps.cpp |
static void bspValidateBrush
(
UModel * Brush,
bool ForceValidate,
bool DoStatusUpdate
)