Navigation
API > API/Runtime > API/Runtime/MeshDescription > API/Runtime/MeshDescription/FAttributesSetEntry
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor. | MeshAttributeArray.h | ||
FAttributesSetEntry
(
const FAttributesSetEntry& Other |
Polymorphic copy: a new copy of Other is created | MeshAttributeArray.h | |
| Default move constructor | MeshAttributeArray.h | ||
FAttributesSetEntry
(
const int32 NumberOfChannels, |
Construct a valid FAttributesSetEntry of the concrete type specified. | MeshAttributeArray.h |
FAttributesSetEntry()
Description
Default constructor. This breaks the invariant that Ptr be always valid, but is necessary so that it can be the value type of a TMap.
| Name | FAttributesSetEntry |
| Type | function |
| Header File | /Engine/Source/Runtime/MeshDescription/Public/MeshAttributeArray.h |
| Include Path | #include "MeshAttributeArray.h" |
FAttributesSetEntry()
FAttributesSetEntry(const FAttributesSetEntry &)
Description
Polymorphic copy: a new copy of Other is created
| Name | FAttributesSetEntry |
| Type | function |
| Header File | /Engine/Source/Runtime/MeshDescription/Public/MeshAttributeArray.h |
| Include Path | #include "MeshAttributeArray.h" |
FAttributesSetEntry
(
const FAttributesSetEntry & Other
)
FAttributesSetEntry(FAttributesSetEntry &&)
Description
Default move constructor
| Name | FAttributesSetEntry |
| Type | function |
| Header File | /Engine/Source/Runtime/MeshDescription/Public/MeshAttributeArray.h |
| Include Path | #include "MeshAttributeArray.h" |
FAttributesSetEntry
(
FAttributesSetEntry &&
)
FAttributesSetEntry(const int32, const AttributeType &, const EMeshAttributeFlags, const int32, const int32)
Description
Construct a valid FAttributesSetEntry of the concrete type specified.
| Name | FAttributesSetEntry |
| Type | function |
| Header File | /Engine/Source/Runtime/MeshDescription/Public/MeshAttributeArray.h |
| Include Path | #include "MeshAttributeArray.h" |
template<typename AttributeType>
FAttributesSetEntry
(
const int32 NumberOfChannels,
const AttributeType & Default,
const EMeshAttributeFlags Flags,
const int32 NumElements,
const int32 Extent
)