Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TSetElement
Overloads
| 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 |
TSetElement()
Description
Default constructor.
| Name | TSetElement |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Set.h |
| Include Path | #include "Containers/Set.h" |
TSetElement()
TSetElement(InitType &&)
Description
Initialization constructor.
| Name | TSetElement |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Set.h |
| Include Path | #include "Containers/Set.h" |
template<typename InitType, std::enable_if_t<, std::decay_t< InitType > >), int >>
TSetElement
(
InitType && InValue
)
TSetElement(TSetElement &&)
| Name | TSetElement |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Set.h |
| Include Path | #include "Containers/Set.h" |
TSetElement
(
TSetElement &&
)
TSetElement(const TSetElement &)
| Name | TSetElement |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Set.h |
| Include Path | #include "Containers/Set.h" |
TSetElement
(
const TSetElement &
)