Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Solvers
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Solvers/MatrixInterfaces.h |
| Include | #include "Solvers/MatrixInterfaces.h" |
Syntax
struct FUVConstraint
Remarks
Basic UV constraint
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bPostFix | If bPostFix is true, this position constraint should be explicitly enforced after a solve | |
| int32 | ConstraintIndex | Index/Identifier of constraint, defined by usage | |
| int32 | ElementID | ID of constrained UV element | |
| FVector2d | Position | Constraint position | |
| double | Weight | Arbitrary weight |