FInterfaceBuilder

Windows
MacOS
Linux

References

Module

TraceAnalysis

Header

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

Include

#include "Trace/Analyzer.h"

Syntax

struct FInterfaceBuilder

Functions

Name Description

Public function

void

 

RouteAllEvents

(
    uint16 RouteId,
    bool bScoped
)

Subscribe to all events in the trace stream being analyzed.

Public function

void

 

RouteEvent

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

Subscribe to an event required for analysis.

Public function

void

 

RouteLoggerEvents

(
    uint16 RouteId,
    const ANSICHAR* Logger,
    bool bScoped
)

Subscribe to all events from a particular logger.

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