IAnalyzer::TArrayReader::operator[]

Returns a element from the array an the given index or zero if Index is out of bounds.

Windows
MacOS
Linux

References

Module

TraceAnalysis

Header

/Engine/Source/Developer/TraceAnalysis/Public/Trace/Analyzer.h

Include

#include "Trace/Analyzer.h"

Syntax

ValueType operator[]
(
    uint32 Index
) const

Remarks

Returns a element from the array an the given index or zero if Index is out of bounds.

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