Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TArrayG
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ULANG_FORCEINLINEElementType * GetData () |
Helper function for returning a typed pointer to the first array entry. | uLang/Common/Containers/Array.h | |
ULANG_FORCEINLINE const ElementType * GetData () |
Helper function for returning a typed pointer to the first array entry. | uLang/Common/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/Solaris/uLangCore/Public/uLang/Common/Containers/Array.h |
| Include Path | #include "uLang/Common/Containers/Array.h" |
ULANG_FORCEINLINEElementType * 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/Solaris/uLangCore/Public/uLang/Common/Containers/Array.h |
| Include Path | #include "uLang/Common/Containers/Array.h" |
ULANG_FORCEINLINE const ElementType * GetData() const
Pointer to first array entry or nullptr if ArrayMax == 0.