FAnalysisProcessor::Pause

Pause or resume the processing.

Unreal Engine C++ API Reference > Developer > TraceAnalysis > Trace > FAnalysisProcessor

References

   
Module TraceAnalysis
Header /Engine/Source/Developer/TraceAnalysis/Public/Trace/Analysis.h
Include #include "Trace/Analysis.h"
Source /Engine/Source/Developer/TraceAnalysis/Private/Analysis/Processor.cpp
void Pause
(
    bool bState
)

Remarks

Pause or resume the processing.

Parameters

Name Description
bState Pause if true, resume if false.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library