Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TRingBuffer
Description
Empty the RingBuffer, destructing any elements and releasing the RingBuffer's storage. Sets the new capacity after release to the given capacity.
| Name | Empty |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/RingBuffer.h |
| Include Path | #include "Containers/RingBuffer.h" |
void Empty
(
SizeType Capacity
)