Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TDoubleLinkedList
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Constructors. | Containers/List.h | ||
TDoubleLinkedList
(
const TDoubleLinkedList& |
Can't copy. | Containers/List.h | |
TDoubleLinkedList
(
TDoubleLinkedList&& Other |
Move Constructor/Assignment | Containers/List.h |
TDoubleLinkedList()
Description
Constructors.
| Name | TDoubleLinkedList |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/List.h |
| Include Path | #include "Containers/List.h" |
TDoubleLinkedList()
TDoubleLinkedList(const TDoubleLinkedList &)
Description
Can't copy.
| Name | TDoubleLinkedList |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/List.h |
| Include Path | #include "Containers/List.h" |
TDoubleLinkedList
(
const TDoubleLinkedList &
)
TDoubleLinkedList(TDoubleLinkedList &&)
Description
Move Constructor/Assignment
| Name | TDoubleLinkedList |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/List.h |
| Include Path | #include "Containers/List.h" |
TDoubleLinkedList
(
TDoubleLinkedList && Other
)