FDynamicMeshToMeshDescription::Update

Update existing MeshDescription based on DynamicMesh.

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 Update
(
    const FDynamicMesh3 * MeshIn,
    FMeshDescription & MeshOut,
    bool bUpdateNormals,
    bool bUpdateUVs
)

Remarks

Update existing MeshDescription based on DynamicMesh. Assumes mesh topology has not changed. Copies positions and normals; does not update UVs

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