Navigation
API > API/Developer > API/Developer/TraceAnalysis > API/Developer/TraceAnalysis/IAnalyzer
Description
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.
| Name | OnThreadInfo |
| Type | function |
| Header File | /Engine/Source/Developer/TraceAnalysis/Public/Trace/Analyzer.h |
| Include Path | #include "Trace/Analyzer.h" |
virtual void OnThreadInfo
(
const FThreadInfo & ThreadInfo
)
Parameters
| Name | Remarks |
|---|---|
| ThreadInfo | Describes the thread whose information has changed. |