Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TStaticArray
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
InElementType * GetData () |
A pointer to the first element of the array | Containers/StaticArray.h | |
const InElementType * GetData () |
Containers/StaticArray.h |
GetData()
Description
A pointer to the first element of the array
| Name | GetData |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/StaticArray.h |
| Include Path | #include "Containers/StaticArray.h" |
InElementType * GetData()
GetData()
| Name | GetData |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/StaticArray.h |
| Include Path | #include "Containers/StaticArray.h" |
const InElementType * GetData() const