Navigation
API > API/Runtime > API/Runtime/SessionServices > API/Runtime/SessionServices/FTraceStatus
| |
|
| Name |
FSettings |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/SessionServices/Public/ITraceController.h |
| Include Path |
#include "ITraceController.h" |
Syntax
struct FSettings
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bUseImportantCache |
bool |
If important cache is enabled |
ITraceController.h |
|
| bUseWorkerThread |
bool |
If worker thread is used or TraceLog is pumped on end frame. |
ITraceController.h |
|
| ChannelPresets |
TArray< FChannelPreset > |
The channel presets defined by the process. |
ITraceController.h |
|
| TailSizeBytes |
uint32 |
Size of tail buffer |
ITraceController.h |
|