Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/ProfilingDebugging > API/Runtime/Core/ProfilingDebugging/FTraceAuxiliary
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/ProfilingDebugging/TraceAuxiliary.h |
| Include | #include "ProfilingDebugging/TraceAuxiliary.h" |
| Source | /Engine/Source/Runtime/Core/Private/ProfilingDebugging/TraceAuxiliary.cpp |
static bool Start
(
EConnectionType Type,
const TCHAR * Target,
const TCHAR * Channels,
FOptions * Options,
const FLogCategoryAlias & LogCategory
)
Remarks
Start tracing to a target (network connection or file) with an active set of channels. If a connection is already active this call does nothing. True when successfully starting the trace, false if the data connection could not be made.
Parameters
| Name | Description |
|---|---|
| Type | Type of connection |
| Target | String to use for connection. See /ref EConnectionType for details. |
| Channels | Comma separated list of channels to enable. Default set of channels are enabled if argument is not specified. If the pointer is null no channels are enabled. |
| Options | Optional additional tracing options. |
| LogCategory | Log channel to output messages to. Default set to 'Core'. |