TLockFreePointerListLIFOPad::PopAll

Pop all items from the list.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/LockFreeList.h"

Syntax

void PopAll
(
    TArray< T * > & Output
)

Remarks

Pop all items from the list.

Parameters

Parameter

Description

Output

The array to hold the returned items. Must be empty.

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