Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TSPtrArrayG
Description
Adds a new item to the end of the array, possibly reallocating the whole array to fit.
Move semantics version.
| Name | Add |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/SharedPointerArray.h |
| Include Path | #include "uLang/Common/Containers/SharedPointerArray.h" |
ULANG_FORCEINLINE int32_t Add
(
const PointerType & Item
)
Index to the new item
Parameters
| Name | Remarks |
|---|---|
| Item | The item to add |
See Also
-
AddDefaulted
-
AddUnique
-
AddZeroed
-
Append
-
Insert