TCircularBuffer::operator[]

Returns the immutable element at the specified index.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/CircularBuffer.h"

Syntax

const ElementType & operator[]
(
    uint32 Index
) const

Remarks

Returns the immutable element at the specified index.

Parameters

Parameter

Description

Index

The index of the element to return.

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