Navigation
API > API/Plugins > API/Plugins/ChaosVD > API/Plugins/ChaosVD/Trace > API/Plugins/ChaosVD/Trace/FChaosVDTraceAnalyzer
- IAnalyzer::OnEvent()
- FChaosVDTraceAnalyzer::OnEvent()
References
| Module | ChaosVD |
| Header | /Engine/Plugins/Experimental/ChaosVD/Source/ChaosVD/Public/Trace/ChaosVDTraceAnalyzer.h |
| Include | #include "Trace/ChaosVDTraceAnalyzer.h" |
| Source | /Engine/Plugins/Experimental/ChaosVD/Source/ChaosVD/Private/Trace/ChaosVDTraceAnalyzer.cpp |
virtual bool OnEvent
&40;
uint16 RouteId,
EStyle Style,
const FOnEventContext & Context
&41;
Remarks
For each event subscribed to in OnAnalysisBegin(), the analysis engine will call this method when those events are encountered in a trace log This analyzer is removed from the analysis session if false is returned.
Parameters
| Name | Description |
|---|---|
| RouteId | User-provided identifier given when subscribing to a particular event. |
| Style | Indicates the style of event. Note that EventData is undefined if the style is LeaveScope! |
| Context | Access to the instance of the subscribed event. |