UMeshSpaceDeformerTool::ComputeAABB

Compute the axis aligned abounding box for the source mesh

Windows
MacOS
Linux

References

Module

MeshModelingTools

Header

/Engine/Plugins/Experimental/MeshModelingToolset/Source/MeshModelingTools/Public/MeshSpaceDeformerTool.h

Include

#include "MeshSpaceDeformerTool.h"

Source

/Engine/Plugins/Experimental/MeshModelingToolset/Source/MeshModelingTools/Private/MeshSpaceDeformerTool.cpp

Syntax

void ComputeAABB
(
    const FDynamicMesh3 & MeshIn,
    const FTransform & XFormIn,
    FVector & BBoxMin,
    FVector & BBoxMax
) const

Remarks

Compute the axis aligned abounding box for the source mesh

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