TArrayView::GetData

Helper function for returning a typed pointer to the first array entry.

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

ElementType * GetData() const

Remarks

Helper function for returning a typed pointer to the first array entry.

Returns

Pointer to first array entry or nullptr if ArrayMax == 0.