FDynamicMesh3::IsSameMesh

Check if another mesh is the same as this mesh.

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Public/DynamicMesh3.h

Include

#include "DynamicMesh3.h"

Source

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Private/DynamicMesh3.cpp

Syntax

virtual bool IsSameMesh
(
    const FDynamicMesh3 & OtherMesh,
    bool bCheckConnectivity,
    bool bCheckEdgeIDs,
    bool bCheckNormals,
    bool bCheckColors,
    bool bCheckUVs,
    bool bCheckGroups,
    float Epsilon
)

Remarks

Check if another mesh is the same as this mesh. By default only checks vertices and triangles, turn on other parameters w/ flags

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