Navigation
| Name | TraceAnalysis |
| Type | Developer |
| Location | /Engine/Source/Developer/TraceAnalysis/ |
| Module Build Rules | TraceAnalysis.Build.cs |
Classes
| Name | Remarks |
|---|---|
| FAnalysisContext | Used to describe how a log of trace events should be analyzed and being the analysis on a particular trace stream. |
| FAnalysisProcessor | Represents the processing (e.g. analysis) of a trace stream. |
| FControlClient | Simple helper class for communicating with trace system of a running instance. |
| FDirectSocketStream | Creates a stream to directly consume a trace stream from the tracing application. |
| FFileDataStream | An implementation of IInDataStream that reads from a file on disk. |
| FStoreClient | |
| FStoreConnection | |
| FStoreService |
Interfaces
| Name | Remarks |
|---|---|
| IAnalyzer | Interface that users implement to analyze the events in a trace. |
| IInDataStream |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FMessageDelegate | TBaseDelegate_TwoParams< void, EAnalysisMessageSeverity, FStringView > | Trace/Analysis.h |
Enums
Public
| Name | Remarks |
|---|---|
| UE::Trace::EAnalysisMessageSeverity |