Navigation
Unreal Engine C++ API Reference > Runtime > Core > Containers > TSet
Type | Name | Description | |
---|---|---|---|
![]() |
TSet () |
Initialization constructor. | |
![]() |
Copy constructor. | ||
![]() |
TSet
(
TArrayView< const ElementType > InArrayView |
||
![]() |
TSet
(
TArray< ElementType >&& InArray |
||
![]() |
TSet
(
FIntrusiveUnsetOptionalState Tag |
||
![]() |
TSet
(
std::initializer_list< ElementType > InitList |
Initializer list constructor. | |
![]() |
Move constructor. | ||
![]() |
TSet
(
TSet< ElementType, KeyFuncs, OtherAllocator >&& Other |
Constructor for moving elements from a TSet with a different SetAllocator | |
![]() |
TSet
(
const TSet< ElementType, KeyFuncs, OtherAllocator >& Other |
Constructor for copying elements from a TSet with a different SetAllocator |