Navigation
Unreal Engine C++ API Reference > 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 ANSICH... | 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 |
---|---|---|
Public enum | EType |