TIndirectArray::GetData

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

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/IndirectArray.h"

Syntax

const T ** GetData() const

Remarks

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

Returns

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

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