Navigation
API > API/Runtime > API/Runtime/Core
| Name | TLockFreePointerListUnordered |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/LockFreeList.h |
| Include Path | #include "Containers/LockFreeList.h" |
Syntax
template<class T, int TPaddingForCacheContention>
class TLockFreePointerListUnordered : public TLockFreePointerListLIFOPad< T, TPaddingForCacheContention >
Inheritance Hierarchy
- FLockFreePointerListLIFOBase → TLockFreePointerListLIFOPad → TLockFreePointerListUnordered