Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TArray
Description
Checks if this array contains an element for which the predicate is true.
| Name | ContainsByPredicate |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Array.h |
| Include Path | #include "Containers/Array.h" |
template<typename Predicate>
bool ContainsByPredicate
(
Predicate Pred
) const
True if found. False otherwise.
Parameters
| Name | Remarks |
|---|---|
| Predicate | to use |
See Also
-
Find