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>
SizeType IndexOfByPredicate
(
Predicate Pred
) const
Finds an item by predicate.
Index to the first matching element, or INDEX_NONE if none is found.
Parameter |
Description |
---|---|
Pred |
The predicate to match. |