TLockFreePointerListLIFOPad::Push

Push an item onto the head of the list.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/LockFreeList.h"

Syntax

void Push
(
    T * NewItem
)

Remarks

Push an item onto the head of the list.

Parameters

Parameter

Description

NewItem, the

new item to push on the list, cannot be NULL.

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