Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TIndirectArray
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T ** GetData () |
Helper function for returning a typed pointer to the first array entry. | Containers/IndirectArray.h | |
const T ** GetData () |
Helper function for returning a typed pointer to the first array entry. | Containers/IndirectArray.h |
GetData()
Description
Helper function for returning a typed pointer to the first array entry.
| Name | GetData |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/IndirectArray.h |
| Include Path | #include "Containers/IndirectArray.h" |
T ** GetData()
Pointer to first array entry or nullptr if this->ArrayMax == 0.
GetData()
Description
Helper function for returning a typed pointer to the first array entry.
| Name | GetData |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/IndirectArray.h |
| Include Path | #include "Containers/IndirectArray.h" |
const T ** GetData() const
Pointer to first array entry or nullptr if this->ArrayMax == 0.