FMeshConstraintsUtil::FullyConstrainEdges

For all edges, disable flip/split/collapse. For all vertices, pin in current position.

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

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

Include

#include "MeshConstraintsUtil.h"

Syntax

template<typename EnumerableType>
static void FullyConstrainEdges
(
    FMeshConstraints & Constraints,
    const FDynamicMesh3 & Mesh,
    EnumerableType Enumerable
)

Remarks

For all edges, disable flip/split/collapse. For all vertices, pin in current position.

Parameters

Parameter

Description

Constraints

the set of constraints to add to

Mesh

the mesh to constrain

Enumerable

object that can be passed to a range-based for loop

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