FBSPOps::csgAddOperation

Adds a brush to the list of CSG brushes in the level, using a CSG operation.

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 [ABrush](API\Runtime\Engine\Engine\ABrush) * csgAddOperation
(
    [ABrush](API\Runtime\Engine\Engine\ABrush) * Actor,
    uint32 PolyFlags,
    EBrushType BrushType
)

Remarks

Adds a brush to the list of CSG brushes in the level, using a CSG operation. A newly-created copy of the brush.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library