FMeshBoolean::FMeshBoolean

Perform a boolean operation to combine two meshes into a provided output mesh.

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Public/Operations/MeshBoolean.h

Include

#include "Operations/MeshBoolean.h"

Syntax

FMeshBoolean
(
    const FDynamicMesh3 * MeshA,
    const FTransform3d & TransformA,
    const FDynamicMesh3 * MeshB,
    const FTransform3d & TransformB,
    FDynamicMesh3 * OutputMesh,
    EBooleanOp Operation
)

Remarks

Perform a boolean operation to combine two meshes into a provided output mesh.

Parameters

Parameter

Description

MeshA

First mesh to combine

TransformA

Transform of MeshA

MeshB

Second mesh to combine

TransformB

Transform of MeshB

OutputMesh

Mesh to store output

Operation

How to combine meshes

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