Navigation
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 bspBuildFPolys ( [UModel](API\Runtime\Engine\UModel) * Model, bool SurfLinks, int32 iNode, [TArray](API\Runtime\Core\Containers\TArray)< [FPoly](API\Runtime\Engine\Engine\FPoly) > * DestArray )
Remarks
Build EdPoly list from a model's Bsp. Not transactional.
Parameters
Name | Description |
---|---|
DestArray | helps build bsp FPolys in non-main threads. It also allows to perform this action without GUndo interfering. Temporary results will be written to DestArray. Defaults to Model->Polys->Element |