Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TQueue > API/Runtime/Core/TQueue/TNode
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TNode () |
Default constructor. | Containers/Queue.h | |
TNode
(
const FElementType& InItem |
Creates and initializes a new node. | Containers/Queue.h | |
TNode
(
FElementType&& InItem |
Creates and initializes a new node. | Containers/Queue.h |
TNode()
Description
Default constructor.
| Name | TNode |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Queue.h |
| Include Path | #include "Containers/Queue.h" |
TNode()
TNode(const FElementType &)
Description
Creates and initializes a new node.
| Name | TNode |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Queue.h |
| Include Path | #include "Containers/Queue.h" |
TNode
(
const FElementType & InItem
)
TNode(FElementType &&)
Description
Creates and initializes a new node.
| Name | TNode |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Queue.h |
| Include Path | #include "Containers/Queue.h" |
TNode
(
FElementType && InItem
)