Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TArrayG
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ULANG_FORCEINLINEElementType & Top () |
Returns the top element, i.e. the last one. | uLang/Common/Containers/Array.h | |
ULANG_FORCEINLINE const ElementType & Top () |
Returns the top element, i.e. the last one.Const version of the above. | uLang/Common/Containers/Array.h |
Top()
Description
Returns the top element, i.e. the last one.
| Name | Top |
| 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 & Top()
Reference to the top element.
See Also
-
Pop
-
Push
Top()
Description
Returns the top element, i.e. the last one.
Const version of the above.
| Name | Top |
| 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 & Top() const
Reference to the top element.
See Also
-
Pop
-
Push