TLockFreePointerListLIFOPad::Pop

Pop an item from the list or return NULL if the list is empty.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/LockFreeList.h

Include

#include "Containers/LockFreeList.h"

Syntax

T * Pop()

Remarks

Pop an item from the list or return NULL if the list is empty.

Returns

The popped item, if any.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss