Navigation
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 Process
&40;
IInDataStream & DataStream
&41;
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. |