TRingBuffer::RemoveAt

Remove the value at the given index from the RingBuffer, and shift values ahead or behind it into its location to fill the hole.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/RingBuffer.h"

Syntax

void RemoveAt
(
    IndexType Index
)

Remarks

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 of the range of the array; does nothing in that case.

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