Navigation
API > API/Developer > API/Developer/TraceAnalysis > API/Developer/TraceAnalysis/Trace
References
| Module | TraceAnalysis |
| Header | /Engine/Source/Developer/TraceAnalysis/Public/Trace/Analysis.h |
| Include | #include "Trace/Analysis.h" |
Syntax
class FAnalysisContext
Remarks
Used to describe how a log of trace events should be analyzed and being the analysis on a particular trace stream.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddAnalyzer
(
IAnalyzer& Analyzer |
Adds an analyzer instance that will subscribe to and receive event data from the trace stream. | |
| FAnalysisProcessor | Process
(
IInDataStream& DataStream |
Creates and starts analysis returning an FAnalysisProcessor instance which represents the analysis and affords some control over it. | |
| void | SetMessageDelegate
(
FMessageDelegate Delegate |
Adds a callback to recieve important messages. |