TArrayView::Slice

Returns a sliced view

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/ArrayView.h"

Syntax

TArrayView Slice
(
    SizeType Index,
    SizeType InNum
) const

Remarks

Returns a sliced view

Returns

Sliced view

Parameters

Parameter

Description

Index

starting index of the new view

InNum

number of elements in the new view

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