Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TUPtrSetG
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TUPtrSetG & operator+=
(
TUPtrSetG&& Other |
Appends the specified array to this array. Cannot append to self.Move semantics version. | uLang/Common/Containers/UniquePointerSet.h | |
TUPtrSetG & operator+=
(
const TUPtrSetG& Other |
Appends the specified array to this array. Cannot append to self. | uLang/Common/Containers/UniquePointerSet.h |
operator+=(TUPtrSetG &&)
Description
Appends the specified array to this array. Cannot append to self.
Move semantics version.
| Name | operator+= |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/UniquePointerSet.h |
| Include Path | #include "uLang/Common/Containers/UniquePointerSet.h" |
TUPtrSetG & operator+=
(
TUPtrSetG && Other
)
Parameters
| Name | Remarks |
|---|---|
| Other | The array to append. |
operator+=(const TUPtrSetG &)
Description
Appends the specified array to this array. Cannot append to self.
| Name | operator+= |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/UniquePointerSet.h |
| Include Path | #include "uLang/Common/Containers/UniquePointerSet.h" |
TUPtrSetG & operator+=
(
const TUPtrSetG & Other
)
Parameters
| Name | Remarks |
|---|---|
| Other | The array to append. |