Navigation
Unreal Engine C++ API Reference > 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. |
FAnalysisPro... | 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. |