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