TIndirectArray::Last

Returns n-th last element from the array. Const version.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/IndirectArray.h"

Syntax

const ElementType & Last
(
    int32 IndexFromTheEnd
) const

Remarks

Returns n-th last element from the array.

Const version.

Returns

Reference to n-th last element from the array.

Parameters

Parameter

Description

IndexFromTheEnd

(Optional) Index from the end of array (default = 0).

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