Navigation
API > API/Developer > API/Developer/TraceAnalysis > API/Developer/TraceAnalysis/IAnalyzer > API/Developer/TraceAnalysis/IAnalyzer/FEventTypeInfo
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FEventFieldHandle GetFieldHandle
(
const ANSICHAR* FieldName |
Returns a handle that can used to access events' fields. | Trace/Analyzer.h | |
IAnalyzer::FEventFieldHandle GetFieldHandle
(
const ANSICHAR* FieldName |
Trace/Analyzer.h |
GetFieldHandle(const ANSICHAR *)
Description
Returns a handle that can used to access events' fields. There is loose validation via ValueType, but one should still exercise caution when reading fields with handles.
| Name | GetFieldHandle |
| Type | function |
| Header File | /Engine/Source/Developer/TraceAnalysis/Public/Trace/Analyzer.h |
| Include Path | #include "Trace/Analyzer.h" |
template<typename ValueType>
FEventFieldHandle GetFieldHandle
(
const ANSICHAR * FieldName
) const
Parameters
| Name | Remarks |
|---|---|
| ValueType | The intended type that the field will be interpreted as |
GetFieldHandle(const ANSICHAR *)
| Name | GetFieldHandle |
| Type | function |
| Header File | /Engine/Source/Developer/TraceAnalysis/Public/Trace/Analyzer.h |
| Include Path | #include "Trace/Analyzer.h" |
template<typename ValueType>
IAnalyzer::FEventFieldHandle GetFieldHandle
(
const ANSICHAR * FieldName
) const