Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TRingBuffer > API/Runtime/Core/Containers/TRingBuffer/GetAtIndexNoCheck
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/RingBuffer.h |
| Include | #include "Containers/RingBuffer.h" |
const ElementType & GetAtIndexNoCheck
(
IndexType Index
) const
Remarks
Unsafely return a const reference to the value at the given Index. Invalid to call (and does not warn) with an index less than 0 or greater than or equal to the number of elements in the RingBuffer.