Navigation
API > API/Runtime > API/Runtime/MeshDescription > API/Runtime/MeshDescription/TMeshAttributeArraySet
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TMeshAttributeArraySet
(
const int32 Extent |
Constructors | MeshAttributeArray.h | |
TMeshAttributeArraySet
(
const int32 NumberOfChannels, |
MeshAttributeArray.h |
TMeshAttributeArraySet(const int32)
Description
Constructors
| Name | TMeshAttributeArraySet |
| Type | function |
| Header File | /Engine/Source/Runtime/MeshDescription/Public/MeshAttributeArray.h |
| Include Path | #include "MeshAttributeArray.h" |
TMeshAttributeArraySet
(
const int32 Extent
)
TMeshAttributeArraySet(const int32, const AttributeType &, const EMeshAttributeFlags, const int32, const uint32)
| Name | TMeshAttributeArraySet |
| Type | function |
| Header File | /Engine/Source/Runtime/MeshDescription/Public/MeshAttributeArray.h |
| Include Path | #include "MeshAttributeArray.h" |
TMeshAttributeArraySet
(
const int32 NumberOfChannels,
const AttributeType & InDefaultValue,
const EMeshAttributeFlags InFlags,
const int32 InNumberOfElements,
const uint32 Extent
)