DuplicateTriangleID

DuplicateTriangleID is returned by [AppendTriangle()](API\Plugins\DynamicMesh\FDynamicMesh3\AppendTriangle\1) to indicate that the added triangle already exists in the mesh, and was ignored because we do not support duplicate triangles

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

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

Include

#include "DynamicMesh3.h"

Syntax

static constexpr int DuplicateTriangleID = -3;

Remarks

DuplicateTriangleID is returned by AppendTriangle() to indicate that the added triangle already exists in the mesh, and was ignored because we do not support duplicate triangles

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