FDynamicMeshToMeshDescription::Convert_NoAttributes

Internal functions that you can also call directly Ignore any Attributes on input Mesh, calculate per-vertex normals and have MeshDescription compute tangents.

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_NoAttributes
(
    const FDynamicMesh3 * MeshIn,
    FMeshDescription & MeshOut
)

Remarks

Internal functions that you can also call directly Ignore any Attributes on input Mesh, calculate per-vertex normals and have MeshDescription compute tangents. One VertexInstance per input vertex is generated

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