IAnalyzer::OnAnalysisBegin

Called when analysis of a trace is beginning.

Unreal Engine C++ API Reference > Developer > TraceAnalysis > Trace > IAnalyzer

  • IAnalyzer::OnAnalysisBegin()

References

   
Module TraceAnalysis
Header /Engine/Source/Developer/TraceAnalysis/Public/Trace/Analyzer.h
Include #include "Trace/Analyzer.h"
virtual void OnAnalysisBegin
(
    const [FOnAnalysisContext](API\Developer\TraceAnalysis\Trace\IAnalyzer\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

Name Description
Context Contextual information and interface for subscribing to events.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library