IConstrainedMeshUVSolver::AddConstraint

Add or update a weighted positional constraint associated with VtxId

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

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

Include

#include "Solvers/ConstrainedMeshSolver.h"

Syntax

void AddConstraint
(
    const int32 VtxId,
    const double Weight,
    const FVector2d & Position,
    const bool bPostFix
)

Remarks

Add or update a weighted positional constraint associated with VtxId

Parameters

Parameter

Description

bPostFix

if true, this constraint will be explicitly applied after the solve

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