TArray::FindLastByPredicate

Searches the array for the last occurrence of an element which matches the specified predicate.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/Array.h

Include

#include "Containers/Array.h"

Syntax

template<typename Predicate>
SizeType FindLastByPredicate
(
    Predicate Pred
) const

Remarks

Searches the array for the last occurrence of an element which matches the specified predicate.

Returns

Index of the found element. INDEX_NONE otherwise.

Parameters

Parameter

Description

Pred

Predicate taking array element and returns true if element matches search criteria, false otherwise.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss