Navigation
API > API/Developer > API/Developer/TraceAnalysis > API/Developer/TraceAnalysis/FTraceWriter
Description
Begins the trace stream. Calls DeclareDefaultEvents() and WriteNewTraceEvent() depending on Options flags.
| Name | Begin |
| 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 Begin
(
ETraceWriterBeginOptions Options
)
Parameters
| Name | Remarks |
|---|---|
| Options | Various toggle options to allow custom control of Begin() behavior |