FBSPOps::csgCopyBrush

Duplicates the specified brush and makes it into a CSG-able level brush.

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.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library