IAnalyzer::OnThreadInfo

Called when information about a thread has been updated.

Windows
MacOS
Linux

References

Module

TraceAnalysis

Header

/Engine/Source/Developer/TraceAnalysis/Public/Trace/Analyzer.h

Include

#include "Trace/Analyzer.h"

Syntax

virtual void OnThreadInfo
(
    const 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

Parameter

Description

ThreadInfo

Describes the thread whose information has changed.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss