Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TSPtrSetG
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSPtrSetG & operator+=
(
TSPtrSetG&& Other |
Appends the specified array to this array. Cannot append to self.Move semantics version. | uLang/Common/Containers/SharedPointerSet.h | |
TSPtrSetG & operator+=
(
const TSPtrSetG& Other |
Appends the specified array to this array. Cannot append to self. | uLang/Common/Containers/SharedPointerSet.h |
operator+=(TSPtrSetG &&)
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/SharedPointerSet.h |
| Include Path | #include "uLang/Common/Containers/SharedPointerSet.h" |
TSPtrSetG & operator+=
(
TSPtrSetG && Other
)
Parameters
| Name | Remarks |
|---|---|
| Other | The array to append. |
operator+=(const TSPtrSetG &)
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/SharedPointerSet.h |
| Include Path | #include "uLang/Common/Containers/SharedPointerSet.h" |
TSPtrSetG & operator+=
(
const TSPtrSetG & Other
)
Parameters
| Name | Remarks |
|---|---|
| Other | The array to append. |