TArrayView::Last

Returns n-th last element from the array.

Choose your operating system:

Windows

macOS

Linux

References

Module

Core

Header

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

Include

#include "Containers/ArrayView.h"

Syntax

ElementType & Last
(
    SizeType IndexFromTheEnd
) const

Remarks

Returns n-th last element from the array.

Returns

Reference to n-th last element from the array.

Parameters

Parameter

Description

IndexFromTheEnd

(Optional) Index from the end of array. Default is 0.