UE::MeshDeformation::ConstructNaturalConformalParamSolver

Create solver for Free-Boundary UV Parameterization for this mesh.

Windows
MacOS
Linux

Warnings

  • Assumption is that mesh is a single connected component

References

Module

DynamicMesh

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Public/Solvers/MeshParameterizationSolvers.h

Include

#include "Solvers/MeshParameterizationSolvers.h"

Source

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Private/Solvers/MeshParameterizationSolvers.cpp

Syntax

namespace UE
{
    namespace MeshDeformation
    {
        TUniquePtr< UE::Solvers::IConstrainedMeshUVSolver > UE::MeshDeformation::ConstructNaturalConformalParamSolver
        (
            const FDynamicMesh3 & DynamicMesh
        )
    }
}

Remarks

Create solver for Free-Boundary UV Parameterization for this mesh.

Assumption is that mesh is a single connected component

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