FAnalysisContext::AddAnalyzer

Adds an analyzer instance that will subscribe to and receive event data from the trace stream.

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

References

   
Module TraceAnalysis
Header /Engine/Source/Developer/TraceAnalysis/Public/Trace/Analysis.h
Include #include "Trace/Analysis.h"
Source /Engine/Source/Developer/TraceAnalysis/Private/Analysis/Context.cpp
void AddAnalyzer
(
    [IAnalyzer](API\Developer\TraceAnalysis\Trace\IAnalyzer) & Analyzer
)

Remarks

Adds an analyzer instance that will subscribe to and receive event data from the trace stream.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library