Navigation
API > API/Developer > API/Developer/TraceAnalysis > API/Developer/TraceAnalysis/IAnalyzer
Description
Called when analysis of a trace is beginning. Analyzer implementers can subscribe to the events that they are interested in at this point
| Name | OnAnalysisBegin |
| Type | function |
| Header File | /Engine/Source/Developer/TraceAnalysis/Public/Trace/Analyzer.h |
| Include Path | #include "Trace/Analyzer.h" |
virtual void OnAnalysisBegin
(
const FOnAnalysisContext & Context
)
Parameters
| Name | Remarks |
|---|---|
| Context | Contextual information and interface for subscribing to events. |