Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TArrayG
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ULANG_FORCEINLINEElementType & operator[]
(
int32_t Index |
Array bracket operator. Returns reference to element at give index. | uLang/Common/Containers/Array.h | |
ULANG_FORCEINLINE const ElementType & operator[]
(
int32_t Index |
Array bracket operator. Returns reference to element at give index.Const version of the above. | uLang/Common/Containers/Array.h |
operatorint32_t
Description
Array bracket operator. Returns reference to element at give index.
| Name | operator[] |
| 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 & operator[]
(
int32_t Index
)
Reference to indexed element.
operatorint32_t
Description
Array bracket operator. Returns reference to element at give index.
Const version of the above.
| Name | operator[] |
| 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 & operator[]
(
int32_t Index
) const
Reference to indexed element.