FDynamicMeshToMeshDescription::Convert_NoSharedInstances

Convert with no shared VertexInstances.

Windows
MacOS
Linux

References

Module

MeshConversion

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/MeshConversion/Public/DynamicMeshToMeshDescription.h

Include

#include "DynamicMeshToMeshDescription.h"

Source

/Engine/Plugins/Experimental/GeometryProcessing/Source/MeshConversion/Private/DynamicMeshToMeshDescription.cpp

Syntax

void Convert_NoSharedInstances
(
    const FDynamicMesh3 * MeshIn,
    FMeshDescription & MeshOut
)

Remarks

Convert with no shared VertexInstances. A new VertexInstance is created for each triangle vertex (ie corner). However vertex positions are shared.

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