TArrayReader

Unreal Engine C++ API Reference > Developer > TraceAnalysis > Trace > IAnalyzer

Inheritance Hierarchy

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](API\Developer\TraceAnalysis\Trace\IAnalyzer\FArrayReader)

Functions

Type Name Description
const ValueT... 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.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library