operator[]

Overload list

Windows
MacOS
Linux
Name Description

Public function

ElementType ...

 

operator[]

(
    IndexType Index
)

Return a writable reference to the value at the given Index.

Public function Const

const Elemen...

 

operator[]

(
    IndexType Index
)

Return a const reference to the value at the given Index.

Public function Const

const DataTy...

 

operator[]

(
    const int32& Index
)

Square bracket operators for accessing data in the buffer by FIFO index.

Public function

DataType &

 

operator[]

(
    const int32& Index
)

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