Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FTraceAuxiliary
| Name | FOptions |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/ProfilingDebugging/TraceAuxiliary.h |
| Include Path | #include "ProfilingDebugging/TraceAuxiliary.h" |
Syntax
struct FOptions
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bExcludeTail | bool | When set, trace data buffered before starting tracing will not be output to the trace file | ProfilingDebugging/TraceAuxiliary.h | |
| bNoWorkerThread | bool | When set, trace will not start a worker thread, instead it is updated from end frame delegate. | ProfilingDebugging/TraceAuxiliary.h | |
| bTruncateFile | bool | When set, the target file will be truncated if it already exists. | ProfilingDebugging/TraceAuxiliary.h |