FAnalysisContext

Used to describe how a log of trace events should be analyzed and being the analysis on a particular trace stream.

Windows
MacOS
Linux

References

Module

TraceAnalysis

Header

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

Include

#include "Trace/Analysis.h"

Syntax

class FAnalysisContext

Remarks

Used to describe how a log of trace events should be analyzed and being the analysis on a particular trace stream.

Functions

Name Description

Public function

void

 

AddAnalyzer

(
    IAnalyzer& Analyzer
)

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

Public function

FAnalysisPro...

 

Process

(
    IInDataStream& DataStream
)

Creates and starts analysis returning an FAnalysisProcessor instance which represents the analysis and affords some control over it.

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