Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers
Inheritance Hierarchy
- TSetElementBase
- TSetElement
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/Set.h |
| Include | #include "Containers/Set.h" |
Syntax
template<typename InElementType, bool bTypeLayout>
class TSetElementBase
Specializations
TSetElementBase< InElementType, true >
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | HashIndex | The hash bucket that the element is currently linked to. | |
| FSetElementId | HashNextId | The id of the next element in the same hash bucket. | |
| ElementType | Value | The element's value. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TSetElementBase
(
InitType&& InValue |
Initialization constructor. | ||
TSetElementBase
(
const TSetElementBase& |
Operators
| Type | Name | Description | |
|---|---|---|---|
| TSetElementBase & | operator=
(
TSetElementBase&& |
||
| TSetElementBase & | operator=
(
const TSetElementBase& |
Typedefs
| Name | Description |
|---|---|
| ElementType |