Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TQueueG
Structure for the internal linked list.
| Name | TNode |
| Type | struct |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/Queue.h |
| Include Path | #include "uLang/Common/Containers/Queue.h" |
Syntax
struct TNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TNode () |
uLang/Common/Containers/Queue.h | ||
TNode
(
const InElementType& InElement |
uLang/Common/Containers/Queue.h | ||
TNode
(
const InElementType&& InElement |
uLang/Common/Containers/Queue.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Element | InElementType | uLang/Common/Containers/Queue.h | ||
| Next | std::atomic< TNode * > | uLang/Common/Containers/Queue.h |