Navigation
API > API/Developer > API/Developer/TraceAnalysis > API/Developer/TraceAnalysis/IAnalyzer > API/Developer/TraceAnalysis/IAnalyzer/FEventData
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TEventRef< DefinitionType > GetReferenceValue
(
const ANSICHAR* FieldName |
Returns a value of a reference field. | Trace/Analyzer.h | |
TEventRef< DefinitionType > GetReferenceValue
(
uint32 FieldIndex |
Trace/Analyzer.h |
GetReferenceValue(const ANSICHAR *)
Description
Returns a value of a reference field.
| Name | GetReferenceValue |
| Type | function |
| Header File | /Engine/Source/Developer/TraceAnalysis/Public/Trace/Analyzer.h |
| Include Path | #include "Trace/Analyzer.h" |
template<typename DefinitionType>
TEventRef< DefinitionType > GetReferenceValue
(
const ANSICHAR * FieldName
) const
Reference value
Parameters
| Name | Remarks |
|---|---|
| FieldName | Name of field |
GetReferenceValue(uint32)
| Name | GetReferenceValue |
| Type | function |
| Header File | /Engine/Source/Developer/TraceAnalysis/Public/Trace/Analyzer.h |
| Include Path | #include "Trace/Analyzer.h" |
template<typename DefinitionType>
TEventRef< DefinitionType > GetReferenceValue
(
uint32 FieldIndex
) const