TIndirectArray::operator[]

Bracket array access operator. Const version.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/IndirectArray.h"

Syntax

const T & operator[]
(
    int32 Index
) const

Remarks

Bracket array access operator.

Const version.

Returns

Reference to element in array at given position.

Parameters

Parameter

Description

Index

Position of 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