Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TDoubleLinkedList
| Name | TDoubleLinkedListNode |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/List.h |
| Include Path | #include "Containers/List.h" |
Syntax
class TDoubleLinkedListNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TDoubleLinkedListNode
(
const ElementType& InValue |
Constructor | Containers/List.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Containers/List.h | |||
const TDoubleLinkedListNode * GetNextNode () |
Containers/List.h | ||
| Containers/List.h | |||
const TDoubleLinkedListNode * GetPrevNode () |
Containers/List.h | ||
const ElementType & GetValue () |
Containers/List.h | ||
ElementType & GetValue () |
Containers/List.h |