Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TArray
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SizeType RemoveAllSwap
(
const PREDICATE_CLASS& Predicate, |
Remove all instances that match the predicate | Containers/Array.h | |
SizeType RemoveAllSwap
(
const PREDICATE_CLASS& Predicate, |
Containers/Array.h |
RemoveAllSwap(const PREDICATE_CLASS &, EAllowShrinking)
Description
Remove all instances that match the predicate
| Name | RemoveAllSwap |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Array.h |
| Include Path | #include "Containers/Array.h" |
template<class PREDICATE_CLASS>
SizeType RemoveAllSwap
(
const PREDICATE_CLASS & Predicate,
EAllowShrinking AllowShrinking
)
Parameters
| Name | Remarks |
|---|---|
| Predicate | Predicate class instance |
| AllowShrinking | Tell if this function can shrink the memory in-use if suitable. |
See Also
-
RemoveSingle
-
RemoveSingleSwap
-
RemoveSwap
RemoveAllSwap(const PREDICATE_CLASS &, bool)
| Name | RemoveAllSwap |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Array.h |
| Include Path | #include "Containers/Array.h" |
template<class PREDICATE_CLASS>
SizeType RemoveAllSwap
(
const PREDICATE_CLASS & Predicate,
bool bAllowShrinking
)