Navigation
API > API/Developer > API/Developer/TraceServices
| |
|
| Name |
FTrimParameters |
| Type |
struct |
| Header File |
/Engine/Source/Developer/TraceServices/Public/TraceServices/TraceTrimmer.h |
| Include Path |
#include "TraceServices/TraceTrimmer.h" |
Syntax
struct FTrimParameters
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| EndTime |
double |
The end time filter. |
TraceServices/TraceTrimmer.h |
|
| Exclude |
FAnsiString |
Comma separated list of trace events to exclude. |
TraceServices/TraceTrimmer.h |
|
| Include |
FAnsiString |
Comma separated list of trace events to include. |
TraceServices/TraceTrimmer.h |
|
| StartTime |
double |
The start time filter. The analysis will ignore non-important events with timestamp < StartTime. |
TraceServices/TraceTrimmer.h |
|