Navigation
API > API/Runtime > API/Runtime/MeshDescription
Additional type traits for registering different attributes. When registering, we need to specify the attribute type with a concrete element count if necessary, i.e.
- simple values (T)
- fixed size arrays of values (T[N])
- variable size arrays of values (T[])
| Name | TMeshAttributesRegisterType |
| Type | struct |
| Header File | /Engine/Source/Runtime/MeshDescription/Public/MeshAttributeArray.h |
| Include Path | #include "MeshAttributeArray.h" |
Syntax
template<typename T>
struct TMeshAttributesRegisterType : public TMeshAttributesRefType< T >
Inheritance Hierarchy
- TMeshAttributesRefTypeBase → TMeshAttributesRefType → TMeshAttributesRegisterType
Struct Specializations
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Extent | const uint32 | MeshAttributeArray.h |