Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TSpscQueue
| Name | FNode |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/SpscQueue.h |
| Include Path | #include "Containers/SpscQueue.h" |
Syntax
struct FNode
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Next | std::atomic< FNode * > | Containers/SpscQueue.h | ||
| Value | TTypeCompatibleBytes< ElementType > | Containers/SpscQueue.h |