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