![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "ProfilingDebugging/TraceAuxiliary.h"#include "BuildSettings.h"#include "ProfilingDebugging/CountersTrace.h"#include "ProfilingDebugging/CsvProfilerConfig.h"#include "ProfilingDebugging/StringsTrace.h"#include "ProfilingDebugging/TagTrace.h"#include "Trace/Trace.h"| #define UE_TRACE_AUTOSTART 1 |
| #define UE_TRACE_SERVER_LAUNCH_ENABLED (PLATFORM_DESKTOP && !UE_BUILD_SHIPPING && !IS_PROGRAM) |
| #define UE_TRACEAUX_CMD_ARGS UE_TRACE_ENABLED |
Configuration.
| #define UE_TRACEAUX_CON_CMDS UE_TRACE_ENABLED |
| #define UE_TRACEAUX_EMIT_CSV_STATS (1 && CSV_PROFILER_STATS) |
| #define UE_TRACEAUX_EMIT_LLM_STATS (1 && ENABLE_LOW_LEVEL_MEM_TRACKER) |
| #define UE_TRACEAUX_EMIT_TRACE_COUNTERS (1 && COUNTERSTRACE_ENABLED) |