Navigation
API > API/Developer > API/Developer/BSPUtils > API/Developer/BSPUtils/FBSPUtils
Description
Optimize a level's Bsp, eliminating T-joints where possible, and building side links. This does not always do a 100% perfect job, mainly due to imperfect levels, however it should never fail or return incorrect results.
| Name | bspOptGeom |
| 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 bspOptGeom
(
UModel * Model
)