Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/MeshConstraints.h |
Include |
#include "MeshConstraints.h" |
class FMeshConstraints
FMeshConstraints is a set of Edge and Vertex constraints for a Triangle Mesh
Name | Description | |
---|---|---|
|
FMeshConstraints() |
Name | Description | ||
---|---|---|---|
|
int |
AllocateSetID() |
|
|
ClearEdgeConstraint ( |
Clear the constraint on the given EdgeID |
|
|
ClearVertexConstraint ( |
Clear the constraint on the given VertexID |
|
|
FindConstrainedEdgesBySetID ( |
Find all constraint edges for the given SetID, and return via FoundListOut |
|
|
FEdgeConstra... |
GetEdgeConstraint ( |
|
|
GetEdgeConstraint ( |
||
|
const TMap< ... |
GetEdgeConstraints() |
|
|
FVertexConst... |
GetVertexConstraint ( |
|
|
GetVertexConstraint ( |
||
|
const TMap< ... |
GetVertexConstraints() |
|
|
HasConstraints() |
||
|
HasEdgeConstraint ( |
||
|
HasVertexConstraint ( |
||
|
SetOrUpdateEdgeConstraint ( |
Set the constraint on the given EdgeID |
|
|
SetOrUpdateVertexConstraint ( |
Set the constraint on the given VertexID |