TClosableLockFreePointerListUnorderedSingleConsumer::PopAllAndClose

Pop all items from the list and atomically close it.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/LockFreeList.h"

Syntax

void PopAllAndClose
(
    TArray< T * > & Output
)

Remarks

Pop all items from the list and atomically close it.

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