IAnalyzer::OnNewEvent

When a new event type appears in the trace stream, this method is called if the event type has been subscribed to.

Windows
MacOS
Linux

References

Module

TraceAnalysis

Header

/Engine/Source/Developer/TraceAnalysis/Public/Trace/Analyzer.h

Include

#include "Trace/Analyzer.h"

Syntax

virtual bool OnNewEvent
(
    uint16 RouteId,
    const 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.

Returns

This analyzer is removed from the analysis session if false is returned.

Parameters

Parameter

Description

RouteId

User-provided identifier for this event subscription.

TypeInfo

Object describing the new event's type.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss