TArray::FindLast

Finds element within the array starting from the end.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/Array.h"

Syntax

SizeType FindLast
(
    const ElementType & Item
) const

Remarks

Finds element within the array starting from the end.

Returns

Index of the found element. INDEX_NONE otherwise.

Parameters

Parameter

Description

Item

Item to look for.

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