IAnalyzer::OnChannelAnnounce

A new channel has been announced.

Windows
MacOS
Linux

References

Module

TraceAnalysis

Header

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

Include

#include "Trace/Analyzer.h"

Syntax

virtual void OnChannelAnnounce
(
    const ANSICHAR * ChannelName,
    uint32 ChannelId
)

Remarks

A new channel has been announced.

Parameters

Parameter

Description

ChannelName

Clear text name of the channel

ChannelId

Unique identifier for the channel

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