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