Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TSetElementBase
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
Containers/Set.h |
|
|
Initialization constructor. |
Containers/Set.h |
|
|
|
Containers/Set.h |
|
|
|
Containers/Set.h |
|
TSetElementBase()
| |
|
| Name |
TSetElementBase |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Containers/Set.h |
| Include Path |
#include "Containers/Set.h" |
TSetElementBase()
TSetElementBase(InitType &&)
Description
Initialization constructor.
| |
|
| Name |
TSetElementBase |
| 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 >>
TSetElementBase
(
InitType && InValue
)
TSetElementBase(TSetElementBase &&)
| |
|
| Name |
TSetElementBase |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Containers/Set.h |
| Include Path |
#include "Containers/Set.h" |
TSetElementBase
(
TSetElementBase &&
)
TSetElementBase(const TSetElementBase &)
| |
|
| Name |
TSetElementBase |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Containers/Set.h |
| Include Path |
#include "Containers/Set.h" |
TSetElementBase
(
const TSetElementBase &
)