![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MeshAttributeArray.h>
Inheritance diagram for TMeshAttributesRegisterType< T[]>:Static Public Attributes | |
| static const uint32 | Extent = 0 |
Static Public Attributes inherited from TMeshAttributesRefType< TArrayAttribute< T > > | |
| static const uint32 | MinExpectedExtent = 0 |
| static const uint32 | MaxExpectedExtent = 0 |
Additional Inherited Members | |
Public Types inherited from TMeshAttributesRefType< TArrayAttribute< T > > | |
| using | RefType = TArrayAttribute< T > |
| using | ConstRefType = TArrayAttribute< const T > |
| using | NonConstRefType = TArrayAttribute< 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 |