MeshTransforms::Translate

Apply Translation to vertex positions of Mesh. Does not modify any other attributes.

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Public/MeshTransforms.h

Include

#include "MeshTransforms.h"

Source

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Private/MeshTransforms.cpp

Syntax

namespace MeshTransforms
{
    void MeshTransforms::Translate
    (
        FDynamicMesh3 & Mesh,
        const FVector3d & Translation
    )
}

Remarks

Apply Translation to vertex positions of Mesh. Does not modify any other attributes.

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