Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Containers/ArrayView.h |
Include |
#include "Containers/ArrayView.h" |
bool FindLast
(
const ElementType & Item,
SizeType & Index
) const
Finds element within the array starting from the end.
True if found. False otherwise.
Parameter |
Description |
---|---|
Item |
Item to look for. |
Index |
Output parameter. Found index. |