Navigation
API > API/Runtime > API/Runtime/Core
An element in the set.
| Name | TSetElement |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Set.h |
| Include Path | #include "Containers/Set.h" |
Syntax
template<typename InElementType>
class TSetElement : public TSetElementBase< InElementType, THasTypeLayout< InElementType >::Value >
Inheritance Hierarchy
- TSetElementBase → TSetElement
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSetElement () |
Default constructor. | Containers/Set.h | |
TSetElement
(
InitType&& InValue |
Initialization constructor. | Containers/Set.h | |
TSetElement
(
TSetElement&& |
Containers/Set.h | ||
TSetElement
(
const TSetElement& |
Containers/Set.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | TSetElementBase< InElementType, THasTypeLayout< InElementType >::Value > | Containers/Set.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const TSetElement& Other |
Containers/Set.h | ||
TSetElement & operator=
(
TSetElement&& |
Containers/Set.h | ||
TSetElement & operator=
(
const TSetElement& |
Containers/Set.h | ||
bool operator==
(
const TSetElement& Other |
Comparison operators. | Containers/Set.h |