Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Containers/ArrayView.h |
Include |
#include "Containers/ArrayView.h" |
ElementType & Last
(
SizeType IndexFromTheEnd
) const
Returns n-th last element from the array.
Reference to n-th last element from the array.
Parameter |
Description |
---|---|
IndexFromTheEnd |
(Optional) Index from the end of array. Default is 0. |