Navigation
Unreal Engine C++ API Reference > Developer > BSPUtils > FBSPOps
References
Module | BSPUtils |
Header | /Engine/Source/Developer/BSPUtils/Public/BSPOps.h |
Include | #include "BSPOps.h" |
Source | /Engine/Source/Developer/BSPUtils/Private/BSPOps.cpp |
static void csgCopyBrush ( [ABrush](API\Runtime\Engine\Engine\ABrush) * Dest, [ABrush](API\Runtime\Engine\Engine\ABrush) * Src, uint32 PolyFlags, EObjectFlags ResFlags, bool bNeedsPrep, bool bCopyPosRotScale, bool bAllowEmpty )
Remarks
Duplicates the specified brush and makes it into a CSG-able level brush. The new brush, or NULL if the original was empty.