IAnalyzer::FInterfaceBuilder::RouteEvent

Subscribe to an event required for analysis.

Windows
MacOS
Linux

References

Module

TraceAnalysis

Header

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

Include

#include "Trace/Analyzer.h"

Syntax

void RouteEvent
(
    uint16 RouteId,
    const ANSICHAR * Logger,
    const ANSICHAR * Event,
    bool bScoped
)

Remarks

Subscribe to an event required for analysis.

Parameters

Parameter

Description

RouteId

User-provided identifier for this event subscription.

Logger

Name of the logger that emits the event.

Event

Name of the event to subscribe to.

bScoped

Route scoped events.

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