UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FOverlappingThresholds Struct Reference

#include <MeshBuild.h>

Public Member Functions

 FOverlappingThresholds ()
 

Public Attributes

float ThresholdPosition
 
float ThresholdTangentNormal
 
float ThresholdUV
 
float MorphThresholdPosition
 

Constructor & Destructor Documentation

◆ FOverlappingThresholds()

FOverlappingThresholds::FOverlappingThresholds ( )
inline

Member Data Documentation

◆ MorphThresholdPosition

float FOverlappingThresholds::MorphThresholdPosition

Threshold use to decide if two vertex position are equal.

◆ ThresholdPosition

float FOverlappingThresholds::ThresholdPosition

Threshold use to decide if two vertex position are equal.

◆ ThresholdTangentNormal

float FOverlappingThresholds::ThresholdTangentNormal

Threshold use to decide if two normal, tangents or bi-normals are equal.

◆ ThresholdUV

float FOverlappingThresholds::ThresholdUV

Threshold use to decide if two UVs are equal.


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