Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Containers/ArrayView.h |
Include |
#include "Containers/ArrayView.h" |
template<typename OtherElementType, typename>
TArrayView
(
OtherElementType * InData,
SizeType InCount
)
Construct a view of an arbitrary pointer
Parameter |
Description |
---|---|
InData |
The data to view |
InCount |
The number of elements |