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