Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TArrayG
Description
Removes the first occurrence of the specified item in the array, maintaining order but not indices.
| Name | RemoveSingle |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/Array.h |
| Include Path | #include "uLang/Common/Containers/Array.h" |
int32_t RemoveSingle
(
const ElementType & Item
)
The number of items removed. For RemoveSingleItem, this is always either 0 or 1.
Parameters
| Name | Remarks |
|---|---|
| Item | The item to remove. |
See Also
-
Add
-
Insert