FBSPOps::csgCopyBrush

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

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/BSPOps.h

Include

#include "BSPOps.h"

Source

/Engine/Source/Editor/UnrealEd/Private/BSPOps.cpp

Syntax

static void csgCopyBrush
(
    ABrush * Dest,
    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.

Returns

The new brush, or NULL if the original was empty.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss