Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TRingBuffer
Description
Remove the value at the given index from the RingBuffer, and shift values ahead or behind it into its location to fill the hole. It is valid to call with Index outside the range of the array; does nothing in that case.
| Name | RemoveAt |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/RingBuffer.h |
| Include Path | #include "Containers/RingBuffer.h" |
void RemoveAt
(
IndexType Index
)