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 FEventFieldInfo
Functions
| Type | Name | Description | |
|---|---|---|---|
| const ANSICHAR * | GetName () |
Returns the name of the field. | |
| uint8 | GetSize () |
Gets the size in bytes for this field | |
| EType | GetType () |
What type of field is this? | |
| bool | IsArray () |
Is this field an array-type field? | |
| bool | IsSigned () |
Is this field signed (only relevant for integer types) |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EType |