Navigation
API > API/Runtime > API/Runtime/MeshConversion > API/Runtime/MeshConversion/FDynamicMeshToMeshDescription
Description
Updates the given mesh description based conversion options provided in the constructor. Assumes the mesh topology has not changed. Annoyingly, this can't just be named Update() due to ambiguity with the function below, which existed beforehand and should probably have been this function instead.
| Name | UpdateUsingConversionOptions |
| 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 UpdateUsingConversionOptions
(
const FDynamicMesh3 * MeshIn,
FMeshDescription & MeshOut
)