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.

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
[FAnalysisProcessor](API\Developer\TraceAnalysis\Trace\FAnalysisProcessor) Process
(
    [IInDataStream](API\Developer\TraceAnalysis\Trace\IInDataStream) & DataStream
)

Remarks

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

Parameters

Name Description
DataStream Input stream of trace log data to be analysed.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library