Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsEditorOnly/Public/BspConversionTool.h |
Include |
#include "BspConversionTool.h" |
enum EBspConversionMode
{
ConvertFirst = 0,
CombineFirst = 1,
}
Name |
Description |
---|---|
ConvertFirst |
First converts the brushes to static meshes, then performs mesh boolean operations. |
CombineFirst |
First combines brushes using brush CSG operations, then converts result to static mesh (legacy path). |