FMeshConstraintsUtil::ConstrainEdgeROISeams

Constrain all attribute seams for all overlays of a mesh, for edges in the edge array

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

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

Include

#include "MeshConstraintsUtil.h"

Source

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

Syntax

static void ConstrainEdgeROISeams
(
    FMeshConstraints & Constraints,
    const FDynamicMesh3 & Mesh,
    const TArray< int > & EdgeROI,
    bool bAllowSplits,
    bool bAllowSmoothing,
    bool bParallel
)

Remarks

Constrain all attribute seams for all overlays of a mesh, for edges in the edge array

Parameters

Parameter

Description

Constraints

the set of constraints to add to

Mesh

the mesh to constrain

EdgeROI

list of edges to try to constrain

bAllowSplits

should we allow constrained edges to be split

bAllowSmoothing

should we allow constrained vertices to be smoothed

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