UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Geometry::TAttrWelder< AttrType > Class Template Reference

#include <ToDynamicMesh.h>

Public Types

using OverlayType = typename TOverlayTraits< AttrType >::OverlayType
 
using FVertexAttr = TVertexAttr< AttrType >
 

Public Member Functions

 TAttrWelder ()
 
 TAttrWelder (OverlayType *OverlayIn)
 
int FindOrAddUnique (const AttrType &AttrValue, int VertexID)
 

Public Attributes

TMap< FVertexAttr, int > UniqueVertexAttrs
 
OverlayTypeOverlay
 

Member Typedef Documentation

◆ FVertexAttr

template<typename AttrType >
using UE::Geometry::TAttrWelder< AttrType >::FVertexAttr = TVertexAttr<AttrType>

◆ OverlayType

template<typename AttrType >
using UE::Geometry::TAttrWelder< AttrType >::OverlayType = typename TOverlayTraits<AttrType>::OverlayType

Constructor & Destructor Documentation

◆ TAttrWelder() [1/2]

template<typename AttrType >
UE::Geometry::TAttrWelder< AttrType >::TAttrWelder ( )
inline

◆ TAttrWelder() [2/2]

template<typename AttrType >
UE::Geometry::TAttrWelder< AttrType >::TAttrWelder ( OverlayType OverlayIn)
inline

Member Function Documentation

◆ FindOrAddUnique()

template<typename AttrType >
int UE::Geometry::TAttrWelder< AttrType >::FindOrAddUnique ( const AttrType &  AttrValue,
int  VertexID 
)
inline

Member Data Documentation

◆ Overlay

template<typename AttrType >
OverlayType* UE::Geometry::TAttrWelder< AttrType >::Overlay

◆ UniqueVertexAttrs

template<typename AttrType >
TMap<FVertexAttr, int> UE::Geometry::TAttrWelder< AttrType >::UniqueVertexAttrs

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