FMeshConstraintsUtil::ConstrainSeams

Constrain attribute seams of the given overlay

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

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

Include

#include "MeshConstraintsUtil.h"

Syntax

template<typename RealType, int ElementSize>
static void ConstrainSeams
(
    FMeshConstraints & Constraints,
    const FDynamicMesh3 & Mesh,
    const TDynamicMeshOverlay< RealType, ElementSize > & Overlay
)

Remarks

Constrain attribute seams of the given overlay

Parameters

Parameter

Description

Constraints

the set of constraints to add to

Mesh

the mesh to constrain

Overlay

the attribute overlay to find seams in

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