Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TRingBuffer > API/Runtime/Core/Containers/TRingBuffer/Peek
References
| Module | Core |
| Header | /Engine/Source/Runtime/Online/BuildPatchServices/Private/Core/RingBuffer.h |
| Include | #include "Core/RingBuffer.h" |
bool Peek
&40;
DataType & ValOut
&41; const
Remarks
Get the next data word from the FIFO buffer without removing it. true if the buffer was not empty, false otherwise.
Parameters
| Name | Description |
|---|---|
| OUT | ValOut The variable to receive the data word |