UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TMeshAttributesRefType< T > Struct Template Reference

#include <MeshAttributeArray.h>

+ Inheritance diagram for TMeshAttributesRefType< T >:

Public Types

using RefType = T
 
using ConstRefType = const T
 
using NonConstRefType = std::remove_cv_t< T >
 
- Public Types inherited from TMeshAttributesRefTypeBase< T >
using AttributeType = T
 
using RealAttributeType = std::conditional_t< TIsDerivedFrom< AttributeType, FElementID >::Value, int32, AttributeType >
 

Static Public Attributes

static const uint32 MinExpectedExtent = 1
 
static const uint32 MaxExpectedExtent = 1
 

Member Typedef Documentation

◆ ConstRefType

template<typename T >
using TMeshAttributesRefType< T >::ConstRefType = const T

◆ NonConstRefType

template<typename T >
using TMeshAttributesRefType< T >::NonConstRefType = std::remove_cv_t<T>

◆ RefType

template<typename T >
using TMeshAttributesRefType< T >::RefType = T

Member Data Documentation

◆ MaxExpectedExtent

template<typename T >
const uint32 TMeshAttributesRefType< T >::MaxExpectedExtent = 1
static

◆ MinExpectedExtent

template<typename T >
const uint32 TMeshAttributesRefType< T >::MinExpectedExtent = 1
static

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