UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FTraceAuxiliary::FOptions Struct Reference

#include <TraceAuxiliary.h>

Public Attributes

bool bNoWorkerThread = false
 
bool bTruncateFile = false
 
bool bExcludeTail = false
 

Member Data Documentation

◆ bExcludeTail

bool FTraceAuxiliary::FOptions::bExcludeTail = false

When set, trace data buffered before starting tracing will not be output to the trace file

◆ bNoWorkerThread

bool FTraceAuxiliary::FOptions::bNoWorkerThread = false

When set, trace will not start a worker thread, instead it is updated from end frame delegate.

◆ bTruncateFile

bool FTraceAuxiliary::FOptions::bTruncateFile = false

When set, the target file will be truncated if it already exists.


The documentation for this struct was generated from the following file: