Navigation
API > API/Runtime > API/Runtime/MeshConversion > API/Runtime/MeshConversion/FDynamicMeshToMeshDescription
Description
Convert while minimizing VertexInstance count, IE new VertexInstances are only created if a unique UV or Normal is required.
Note: This doesn't copy any tangents from the FDynamicMesh Note: This conversion is not currently being used. It is unclear if all consumers of FMeshDescription can handle such shared vertex instances
| Name | Convert_SharedInstances |
| Type | function |
| Header File | /Engine/Source/Runtime/MeshConversion/Public/DynamicMeshToMeshDescription.h |
| Include Path | #include "DynamicMeshToMeshDescription.h" |
| Source | /Engine/Source/Runtime/MeshConversion/Private/DynamicMeshToMeshDescription.cpp |
void Convert_SharedInstances
(
const FDynamicMesh3 * MeshIn,
FMeshDescription & MeshOut
)