FBSPUtils::polyUpdateBrush

Update the brush EdPoly corresponding to a newly-changed poly to reflect its new properties.

Unreal Engine C++ API Reference > Developer > BSPUtils > FBSPUtils

References

   
Module BSPUtils
Header /Engine/Source/Developer/BSPUtils/Public/BSPUtils.h
Include #include "BSPUtils.h"
Source /Engine/Source/Developer/BSPUtils/Private/BSPUtils.cpp
static void polyUpdateBrush
(
    [UModel](API\Runtime\Engine\UModel) * Model,
    int32 iSurf,
    bool bUpdateTexCoords,
    bool bOnlyRefreshSurfaceMaterials
)

Remarks

Update the brush EdPoly corresponding to a newly-changed poly to reflect its new properties.

Doesn't do any transaction tracking.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library