Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TRingBuffer
Description
Add a new element after the back pointer of the RingBuffer, resizing if necessary. The constructor is not called on the new element and its values in memory are arbitrary. Returns the index to the added element.
| Name | AddUninitialized |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/RingBuffer.h |
| Include Path | #include "Containers/RingBuffer.h" |
IndexType AddUninitialized()