UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Solvers::FUVConstraint Struct Reference

#include <MatrixInterfaces.h>

Public Attributes

int32 ElementID = -1
 
int32 ConstraintIndex = -1
 
FVector2d Position = FVector2d::Zero()
 
bool bPostFix = false
 
double Weight = 1.0
 

Detailed Description

Basic UV constraint

Member Data Documentation

◆ bPostFix

bool UE::Solvers::FUVConstraint::bPostFix = false

If bPostFix is true, this position constraint should be explicitly enforced after a solve

◆ ConstraintIndex

int32 UE::Solvers::FUVConstraint::ConstraintIndex = -1

Index/Identifier of constraint, defined by usage

◆ ElementID

int32 UE::Solvers::FUVConstraint::ElementID = -1

ID of constrained UV element

◆ Position

FVector2d UE::Solvers::FUVConstraint::Position = FVector2d::Zero()

Constraint position

◆ Weight

double UE::Solvers::FUVConstraint::Weight = 1.0

Arbitrary weight


The documentation for this struct was generated from the following file: