Navigation
API > API/Runtime > API/Runtime/MeshDescription
Inheritance Hierarchy
- TMeshAttributesRefTypeBase
- TMeshAttributesRefType
- TMeshAttributesRegisterType
- TMeshAttributesRefType< TArrayAttribute< T > >
- TMeshAttributesRegisterType< T[]>
- TMeshAttributesRefType< TArrayView< T > >
- TMeshAttributesRegisterType< T[N]>
References
Module | MeshDescription |
Header | /Engine/Source/Runtime/MeshDescription/Public/MeshAttributeArray.h |
Include | #include "MeshAttributeArray.h" |
Syntax
template<typename T>
struct TMeshAttributesRefTypeBase
Remarks
Define type traits for different kinds of mesh attributes.
There are three type of attributes:
- simple values (T)
- fixed size arrays of values (TArrayView
) - variable size arrays of values (TArrayAttribute
)
Each of these corresponds to a different type of TMeshAttributesRef and TMeshAttributeArraySet.
Typedefs
Name | Description |
---|---|
AttributeType | |
RealAttributeType |