Navigation
API > API/Developer > API/Developer/TraceAnalysis > API/Developer/TraceAnalysis/IAnalyzer > API/Developer/TraceAnalysis/IAnalyzer/FEventData
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TArrayReader< ValueType > & GetArray
(
const ANSICHAR* FieldName |
Returns an object for reading data from an array-type field. | Trace/Analyzer.h | |
const IAnalyzer::TArrayReader< ValueType > & GetArray
(
const ANSICHAR* FieldName |
Trace/Analyzer.h |
GetArray(const ANSICHAR *)
Description
Returns an object for reading data from an array-type field. A valid array reader object will always be return even if no field matching the given name was found.
| Name | GetArray |
| Type | function |
| Header File | /Engine/Source/Developer/TraceAnalysis/Public/Trace/Analyzer.h |
| Include Path | #include "Trace/Analyzer.h" |
template<typename ValueType>
const TArrayReader < ValueType > & GetArray
(
const ANSICHAR * FieldName
) const
Parameters
| Name | Remarks |
|---|---|
| FieldName | The name of the event's field to get the value for. |
GetArray(const ANSICHAR *)
| Name | GetArray |
| Type | function |
| Header File | /Engine/Source/Developer/TraceAnalysis/Public/Trace/Analyzer.h |
| Include Path | #include "Trace/Analyzer.h" |
template<typename ValueType>
const IAnalyzer::TArrayReader < ValueType > & GetArray
(
const ANSICHAR * FieldName
) const