Navigation
API > API/Runtime > API/Runtime/MeshDescription > API/Runtime/MeshDescription/TAttributeArrayContainer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArrayView< AttributeType > Get
(
int32 Index |
Gets the array attribute at the given index as a TArrayView | AttributeArrayContainer.h | |
TArrayView< const AttributeType > Get
(
int32 Index |
Gets the array attribute at the given index as a TArrayView | AttributeArrayContainer.h |
Get(int32)
Description
Gets the array attribute at the given index as a TArrayView
| Name | Get |
| Type | function |
| Header File | /Engine/Source/Runtime/MeshDescription/Public/AttributeArrayContainer.h |
| Include Path | #include "AttributeArrayContainer.h" |
TArrayView < AttributeType > Get
(
int32 Index
)
Get(int32)
Description
Gets the array attribute at the given index as a TArrayView
| Name | Get |
| Type | function |
| Header File | /Engine/Source/Runtime/MeshDescription/Public/AttributeArrayContainer.h |
| Include Path | #include "AttributeArrayContainer.h" |
TArrayView < const AttributeType > Get
(
int32 Index
) const