Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TUPtrSetG
Description
Adds a new item. Must not exist yet.
Move semantics version.
| Name | Add |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/UniquePointerSet.h |
| Include Path | #include "uLang/Common/Containers/UniquePointerSet.h" |
ULANG_FORCEINLINE int32_t Add
(
PointerType && Item
)
Index to the new item
Parameters
| Name | Remarks |
|---|---|
| Item | The item to add |