Navigation
API > API/Runtime > API/Runtime/MeshDescription
| Name | TMeshAttributesRefType< TArrayAttribute< T > > |
| Type | struct |
| Header File | /Engine/Source/Runtime/MeshDescription/Public/MeshAttributeArray.h |
| Include Path | #include "MeshAttributeArray.h" |
Syntax
template<typename T>
struct TMeshAttributesRefType< TArrayAttribute< T > > : public TMeshAttributesRefTypeBase< T >
Inheritance Hierarchy
- TMeshAttributesRefTypeBase → TMeshAttributesRefType< TArrayAttribute< T > >
Derived Classes
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ConstRefType | TArrayAttribute< const T > | MeshAttributeArray.h | |
| NonConstRefType | TArrayAttribute< std::remove_cv_t< T > > | MeshAttributeArray.h | |
| RefType | TArrayAttribute< T > | MeshAttributeArray.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| MaxExpectedExtent | const uint32 | MeshAttributeArray.h | |
| MinExpectedExtent | const uint32 | MeshAttributeArray.h |