TArrayView::Right

Returns the right-most part of the view by taking the given number of elements from the right.

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

TArrayView Right
(
    SizeType Count
) const

Remarks

Returns the right-most part of the view by taking the given number of elements from the right.