![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MatrixInterfaces.h>
Public Attributes | |
| int32 | ElementID = -1 |
| int32 | ConstraintIndex = -1 |
| FVector3d | Position = FVector3d::Zero() |
| bool | bPostFix = false |
| double | Weight = 1.0 |
Basic position constraint
If bPostFix is true, this position constraint should be explicitly enforced after a solve
| int32 UE::Solvers::FPositionConstraint::ConstraintIndex = -1 |
Index/Identifier of constraint, defined by usage
| int32 UE::Solvers::FPositionConstraint::ElementID = -1 |
ID of constrained UV element
| FVector3d UE::Solvers::FPositionConstraint::Position = FVector3d::Zero() |
Constraint position
| double UE::Solvers::FPositionConstraint::Weight = 1.0 |
Arbitrary weight