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