Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TArray
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/Core/Public/Containers/Array.h |
| Include Path | #include "Containers/Array.h" |
SizeType Remove
(
const ElementType & Item
)
Number of removed elements.
Parameters
| Name | Remarks |
|---|---|
| Item | Item to remove from array. |
See Also
-
Add
-
Insert
-
RemoveAll
-
RemoveAllSwap
-
RemoveSingle
-
RemoveSwap