Navigation
API > API/Developer > API/Developer/TraceAnalysis > API/Developer/TraceAnalysis/Trace > API/Developer/TraceAnalysis/Trace/IAnalyzer
References
Module | TraceAnalysis |
Header | /Engine/Source/Developer/TraceAnalysis/Public/Trace/Analyzer.h |
Include | #include "Trace/Analyzer.h" |
Syntax
struct FEventTypeInfo
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
uint32 | The number of member fields this event has. | |
![]() ![]() |
FEventFieldHandle | GetFieldHandle
(
const ANSICHAR* FieldName |
Returns a handle that can used to access events' fields. |
![]() ![]() |
IAnalyzer::FEventFieldHandle | GetFieldHandle
(
const ANSICHAR* FieldName |
|
![]() ![]() |
FEventFieldHandle | GetFieldHandleUnchecked
(
uint32 Index |
Returns a handle without specifying type. |
![]() ![]() |
const FEventFieldInfo * | GetFieldInfo
(
uint32 Index |
By-index access to fields' type information. |
![]() ![]() |
uint32 | GetId () |
Each event is assigned a unique ID when logged. |
![]() ![]() |
const ANSICHAR * | Returns the logger name the event is associated with. | |
![]() ![]() |
const ANSICHAR * | GetName () |
The name of the event. |
![]() ![]() |
uint32 | GetSize () |
Returns the base size of the event. |