Navigation
API > API/Developer > API/Developer/TraceAnalysis > API/Developer/TraceAnalysis/IAnalyzer
| Name | FThreadInfo |
| Type | struct |
| Header File | /Engine/Source/Developer/TraceAnalysis/Public/Trace/Analyzer.h |
| Include Path | #include "Trace/Analyzer.h" |
Syntax
struct FThreadInfo
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const ANSICHAR * GetGroupName() |
Returns the name of the group a thread has been assigned ti, or an empty string | Trace/Analyzer.h | |
uint32 GetId() |
Returns the trace-specific id for the thread | Trace/Analyzer.h | |
const ANSICHAR * GetName() |
Returns the thread's name or an empty string | Trace/Analyzer.h | |
int32 GetSortHint() |
Returns a hint for use when sorting threads. | Trace/Analyzer.h | |
uint32 GetSystemId () |
Returns the system id for the thread. | Trace/Analyzer.h |