Navigation
API > API/Developer > API/Developer/TraceAnalysis > API/Developer/TraceAnalysis/FTraceWriter
Description
Writes a $Trace.ThreadGroupBegin event. Changes the current thread to be the "Importants" thread.
Writes: $Trace.ThreadGroupBegin
| Name | WriteThreadGroupBeginEvent |
| 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 WriteThreadGroupBeginEvent
(
FAnsiStringView GroupName
)
Parameters
| Name | Remarks |
|---|---|
| GroupName | The group name |