IAnalyzer::OnThreadInfo

Called when information about a thread has been updated.

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

References

   
Module TraceAnalysis
Header /Engine/Source/Developer/TraceAnalysis/Public/Trace/Analyzer.h
Include #include "Trace/Analyzer.h"
virtual void OnThreadInfo
(
    const [FThreadInfo](API\Developer\TraceAnalysis\Trace\IAnalyzer\FThreadInfo) & ThreadInfo
)

Remarks

Called when information about a thread has been updated. It is entirely possible that this might get called more than once for a particular thread if its details changed.

Parameters

Name Description
ThreadInfo Describes the thread whose information has changed.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library