Navigation
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
&40;
const FThreadInfo & ThreadInfo
&41;
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. |