Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TArray
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/Array.h |
| Include | #include "Containers/Array.h" |
template<class PREDICATE_CLASS>
SizeType RemoveAll
&40;
const PREDICATE_CLASS & Predicate
&41;
Remarks
Remove all instances that match the predicate, maintaining order but not indices Optimized to work with runs of matches/non-matches Number of removed elements.
Parameters
| Name | Description |
|---|---|
| Predicate | Predicate class instance |