TDoubleLinkedList::GetHead

Returns the node at the head of the list.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/List.h

Include

#include "Containers/List.h"

Syntax

TDoubleLinkedListNode * GetHead() const

Remarks

Returns the node at the head of the list.

Returns

Pointer to the first node.

See Also

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss