Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TArrayG
Description
Removes as many instances of Item as there are in the array, maintaining order but not indices.
| Name | Remove |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/Array.h |
| Include Path | #include "uLang/Common/Containers/Array.h" |
template<typename OtherElementType>
int32_t Remove
(
const OtherElementType & Item
)
Number of removed elements.
Parameters
| Name | Remarks |
|---|---|
| Item | Item to remove from array. |
See Also
-
Add
-
Insert
-
RemoveAll
-
RemoveAllSwap
-
RemoveSingle
-
RemoveSwap