TCircularBuffer::operator[]

Returns the mutable 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

ElementType & operator[]
(
    uint32 Index
)

Remarks

Returns the mutable 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