Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TUPtrArrayG
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/UniquePointerArray.h |
| Include Path | #include "uLang/Common/Containers/UniquePointerArray.h" |
ULANG_FORCEINLINEElementType * Top() const
Naked pointer to the top element.
See Also
-
Pop
-
Push