TArrayView::TArrayView

Construct a view of an arbitrary pointer

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

template<typename OtherElementType, typename>
TArrayView
(
    OtherElementType * InData,
    SizeType InCount
)

Remarks

Construct a view of an arbitrary pointer

Parameters

Parameter

Description

InData

The data to view

InCount

The number of elements