Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TSPtrSetG
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Appends the specified array to this array.Allocator changing version. | uLang/Common/Containers/SharedPointerSet.h | ||
| Appends the specified array to this array. | uLang/Common/Containers/SharedPointerSet.h |
Append(const TSPtrSetG &)
Description
Appends the specified array to this array.
Allocator changing version.
| Name | Append |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/SharedPointerSet.h |
| Include Path | #include "uLang/Common/Containers/SharedPointerSet.h" |
void Append
(
const TSPtrSetG & Other
)
Parameters
| Name | Remarks |
|---|---|
| Source | The array to append. |
See Also
-
Insert
Append(TSPtrSetG &&)
Description
Appends the specified array to this array.
| Name | Append |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/SharedPointerSet.h |
| Include Path | #include "uLang/Common/Containers/SharedPointerSet.h" |
void Append
(
TSPtrSetG && Other
)
Parameters
| Name | Remarks |
|---|---|
| Source | The array to append. |
See Also
-
Insert