UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MeshDescriptionUVsToDynamicMeshLocals::FUVMeshWelder Class Reference

Public Member Functions

 FUVMeshWelder (FDynamicMesh3 *MeshToAddTo, double ScaleFactorIn)
 
int FindOrAddUnique (const FVector2f &UV, int VertexID)
 

Protected Attributes

FDynamicMesh3Mesh
 
double ScaleFactor
 
TMap< FVertexUV, int > UniqueVertexUVs
 

Constructor & Destructor Documentation

◆ FUVMeshWelder()

MeshDescriptionUVsToDynamicMeshLocals::FUVMeshWelder::FUVMeshWelder ( FDynamicMesh3 MeshToAddTo,
double  ScaleFactorIn 
)
inline

Member Function Documentation

◆ FindOrAddUnique()

int MeshDescriptionUVsToDynamicMeshLocals::FUVMeshWelder::FindOrAddUnique ( const FVector2f UV,
int  VertexID 
)
inline

Member Data Documentation

◆ Mesh

FDynamicMesh3* MeshDescriptionUVsToDynamicMeshLocals::FUVMeshWelder::Mesh
protected

◆ ScaleFactor

double MeshDescriptionUVsToDynamicMeshLocals::FUVMeshWelder::ScaleFactor
protected

◆ UniqueVertexUVs

TMap<FVertexUV, int> MeshDescriptionUVsToDynamicMeshLocals::FUVMeshWelder::UniqueVertexUVs
protected

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