Navigation
API > API/Runtime > API/Runtime/Core
| Name | FIndexedLockFreeLink |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/LockFreeList.h |
| Include Path | #include "Containers/LockFreeList.h" |
Syntax
struct FIndexedLockFreeLink
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DoubleNext | FIndexedPointer | Containers/LockFreeList.h | ||
| Payload | std::atomic< void * > | Containers/LockFreeList.h | ||
| SingleNext | std::atomic< uint32 > | Containers/LockFreeList.h |