Navigation
API > API/Developer > API/Developer/BSPUtils > API/Developer/BSPUtils/FBSPUtils
Description
Update the brush EdPoly corresponding to a newly-changed poly to reflect its new properties.
Doesn't do any transaction tracking.
| Name | polyUpdateBrush |
| 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 polyUpdateBrush
(
UModel * Model,
int32 iSurf,
bool bUpdateTexCoords,
bool bOnlyRefreshSurfaceMaterials
)