Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TRingBuffer
Description
Append elements from a range onto the back pointer of the RingBuffer, resizing if necessary. Each element is move-constructed into the RingBuffer; source elements may therefore be modified.
| Name | MoveAppendRange |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/RingBuffer.h |
| Include Path | #include "Containers/RingBuffer.h" |
void MoveAppendRange
(
ElementType * OtherData,
SizeType OtherNum
)