Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TDoubleLinkedList
Description
Returns the node at the end of the list.
| Name | GetTail |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/List.h |
| Include Path | #include "Containers/List.h" |
TDoubleLinkedListNode * GetTail() const
Pointer to the last node.