Navigation
Unreal Engine C++ API Reference > Developer > TraceAnalysis > Trace > FAnalysisProcessor
Inheritance Hierarchy
- FRunnable
- FAnalysisProcessor::FImpl
References
Module | TraceAnalysis |
Header | /Engine/Source/Developer/TraceAnalysis/Private/Analysis/Processor.h |
Include | #include "Analysis/Processor.h" |
Syntax
class FImpl : public FRunnable
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FImpl
(
IInDataStream& DataStream, |
Destructors
Type | Name | Description | |
---|---|---|---|
![]() |
~FImpl () |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
FMessageLog * | GetLog () |
|
![]() ![]() |
bool | IsActive () |
|
![]() |
void | PauseAnalysis
(
bool bState |
|
![]() |
void | StopAnalysis () |
|
![]() |
void |
Overridden from FRunnable
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
uint32 | Run () |
Runs the runnable object. |