FAnalysisContext::Process

Creates and starts analysis returning an [FAnalysisProcessor](API\Developer\TraceAnalysis\Trace\FAnalysisProcessor) instance which represents the analysis and affords some control over it.

Windows
MacOS
Linux

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

Syntax

FAnalysisProcessor Process
(
    IInDataStream & DataStream
)

Remarks

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

Parameters

Parameter

Description

DataStream

Input stream of trace log data to be analysed.

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