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

bool FindLast
(
    const ElementType & Item,
    SizeType & Index
) const

Remarks

Finds element within the array starting from the end.

Returns

True if found. False otherwise.

Parameters

Parameter

Description

Item

Item to look for.

Index

Output parameter. Found index.

See Also

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