IAnalyzer::OnAnalysisBegin

Called when analysis of a trace is beginning.

Windows
MacOS
Linux

References

Module

TraceAnalysis

Header

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

Include

#include "Trace/Analyzer.h"

Syntax

virtual void OnAnalysisBegin
(
    const FOnAnalysisContext & Context
)

Remarks

Called when analysis of a trace is beginning. Analyzer implementers can subscribe to the events that they are interested in at this point

Parameters

Parameter

Description

Context

Contextual information and interface for subscribing to 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