Navigation
API > API/Runtime > API/Runtime/MeshDescription
Inheritance Hierarchy
- TMeshAttributesRefTypeBase
- TMeshAttributesRefType
- TMeshAttributesRegisterType
References
Module | MeshDescription |
Header | /Engine/Source/Runtime/MeshDescription/Public/MeshAttributeArray.h |
Include | #include "MeshAttributeArray.h" |
Syntax
template<typename T>
struct TMeshAttributesRegisterType : public TMeshAttributesRefType< T >
Remarks
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[])
Specializations
TMeshAttributesRegisterType< T[]>
TMeshAttributesRegisterType< T[N]>
Constants
Name | Description |
---|---|
Extent |