Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Containers/ArrayView.h |
Include |
#include "Containers/ArrayView.h" |
template<typename Predicate>
ElementType * FindByPredicate
(
Predicate Pred
) const
Finds an element which matches a predicate functor.
Pointer to the first element for which the predicate returns true, or nullptr if none is found.
Parameter |
Description |
---|---|
Pred |
The functor to apply to each element. |