Navigation
API > API/Developer > API/Developer/TraceAnalysis > API/Developer/TraceAnalysis/FTraceWriter
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void WriteThreadInfo
(
uint32 ThreadId |
Writes the $Trace.ThreadInfo event for a registered thread, identified by id. | Trace/TraceWriter.h | |
void WriteThreadInfo
(
uint32 ThreadId, |
Writes the $Trace.ThreadInfo event. | Trace/TraceWriter.h |
WriteThreadInfo(uint32)
Description
Writes the $Trace.ThreadInfo event for a registered thread, identified by id. Changes the current thread to be the "Importants" thread.
Writes: $Trace.ThreadInfo
| Name | WriteThreadInfo |
| Type | function |
| Header File | /Engine/Source/Developer/TraceAnalysis/Public/Trace/TraceWriter.h |
| Include Path | #include "Trace/TraceWriter.h" |
| Source | /Engine/Source/Developer/TraceAnalysis/Private/TraceWriter.cpp |
void WriteThreadInfo
(
uint32 ThreadId
)
Parameters
| Name | Remarks |
|---|---|
| ThreadId | The thread id |
WriteThreadInfo(uint32, FAnsiStringView, uint32, int32)
Description
Writes the $Trace.ThreadInfo event. Changes the current thread to be the "Importants" thread.
Writes: $Trace.ThreadInfo
| Name | WriteThreadInfo |
| Type | function |
| Header File | /Engine/Source/Developer/TraceAnalysis/Public/Trace/TraceWriter.h |
| Include Path | #include "Trace/TraceWriter.h" |
| Source | /Engine/Source/Developer/TraceAnalysis/Private/TraceWriter.cpp |
void WriteThreadInfo
(
uint32 ThreadId,
FAnsiStringView ThreadName,
uint32 SystemId,
int32 SortHint
)
Parameters
| Name | Remarks |
|---|---|
| ThreadId | The thread id |
| ThreadName | The thread name |
| SystemId | The system thread id |
| SortHint | A hint for sorting priority |