Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TArrayView
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/ArrayView.h |
| Include | #include "Containers/ArrayView.h" |
template<typename Predicate>
bool ContainsByPredicate
&40;
Predicate Pred
&41; const
Remarks
Checks if this array contains an element for which the predicate is true. True if found. False otherwise.
Parameters
| Name | Description |
|---|---|
| Predicate | to use |