Navigation
API > API/Developer > API/Developer/TraceAnalysis > API/Developer/TraceAnalysis/Trace > API/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 & 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. |