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