TArrayView::TArrayView

Construct a view of an arbitrary pointer

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

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