Navigation
Unreal Engine C++ API Reference > Developer > TraceAnalysis > Trace > IAnalyzer
References
Module | TraceAnalysis |
Header | /Engine/Source/Developer/TraceAnalysis/Public/Trace/Analyzer.h |
Include | #include "Trace/Analyzer.h" |
virtual bool OnNewEvent ( uint16 RouteId, const [FEventTypeInfo](API\Developer\TraceAnalysis\Trace\IAnalyzer\FEventTypeInfo) & TypeInfo )
Remarks
When a new event type appears in the trace stream, this method is called if the event type has been subscribed to. This analyzer is removed from the analysis session if false is returned.
Parameters
Name | Description |
---|---|
RouteId | User-provided identifier for this event subscription. |
TypeInfo | Object describing the new event's type. |