Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TArray
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ElementType * GetData () |
End - intrusive TOptional |
Containers/Array.h | |
const ElementType * GetData () |
Helper function for returning a typed pointer to the first array entry. | Containers/Array.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/Array.h |
| Include Path | #include "Containers/Array.h" |
ElementType * GetData()
Pointer to first array entry or nullptr if 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/Array.h |
| Include Path | #include "Containers/Array.h" |
const ElementType * GetData() const
Pointer to first array entry or nullptr if ArrayMax == 0.