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