Navigation
API > API/Developer > API/Developer/TraceAnalysis > API/Developer/TraceAnalysis/IAnalyzer
| Name | FEventFieldInfo |
| Type | struct |
| Header File | /Engine/Source/Developer/TraceAnalysis/Public/Trace/Analyzer.h |
| Include Path | #include "Trace/Analyzer.h" |
Syntax
struct FEventFieldInfo
Enums
Public
| Name | Remarks |
|---|---|
| EType |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const ANSICHAR * GetName() |
Returns the name of the field. | Trace/Analyzer.h | |
uint8 GetSize() |
Gets the size in bytes for this field | Trace/Analyzer.h | |
EType GetType() |
What type of field is this? | Trace/Analyzer.h | |
bool IsArray() |
Is this field an array-type field? | Trace/Analyzer.h | |
bool IsSigned() |
Is this field signed (only relevant for integer types) | Trace/Analyzer.h |