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" |
Syntax
struct FThreadInfo
Functions
| Type | Name | Description | |
|---|---|---|---|
| const ANSICHAR * | GetGroupName () |
Returns the name of the group a thread has been assigned ti, or an empty string | |
| uint32 | GetId () |
Returns the trace-specific id for the thread | |
| const ANSICHAR * | GetName () |
Returns the thread's name or an empty string | |
| int32 | GetSortHint () |
Returns a hint for use when sorting threads. | |
| uint32 | GetSystemId () |
Returns the system id for the thread. |