Navigation
API > API/Runtime > API/Runtime/TraceLog
| |
|
| Name |
FInitializeDesc |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/TraceLog/Public/Trace/Trace.h |
| Include Path |
#include "Trace/Trace.h" |
Syntax
struct FInitializeDesc
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| BlockPoolMaxSize |
uint32 |
|
Trace/Trace.h |
|
| bUseImportantCache |
bool |
|
Trace/Trace.h |
|
| bUseWorkerThread |
bool |
|
Trace/Trace.h |
|
| OnConnectionFunc |
OnConnectFunc * |
|
Trace/Trace.h |
|
| OnScopeBeginFunc |
OnScopeBeginFunc * |
|
Trace/Trace.h |
|
| OnScopeEndFunc |
OnScopeEndFunc * |
|
Trace/Trace.h |
|
| OnUpdateFunc |
OnUpdateFunc * |
|
Trace/Trace.h |
|
| SessionGuid |
uint32 |
|
Trace/Trace.h |
|
| TailSizeBytes |
uint32 |
|
Trace/Trace.h |
|
| ThreadSleepTimeInMS |
uint32 |
|
Trace/Trace.h |
|