Navigation
API > API/Developer > API/Developer/TraceAnalysis > API/Developer/TraceAnalysis/IAnalyzer
| Name | TArrayReader |
| Type | struct |
| Header File | /Engine/Source/Developer/TraceAnalysis/Public/Trace/Analyzer.h |
| Include Path | #include "Trace/Analyzer.h" |
Syntax
template<typename ValueType>
struct TArrayReader : public UE::Trace::IAnalyzer::FArrayReader
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const ValueType * GetData() |
Get a pointer to the contiguous array data | Trace/Analyzer.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ValueType operator[]
(
uint32 Index |
Returns a element from the array an the given index or zero if Index is out of bounds. | Trace/Analyzer.h |