Navigation
API > API/Developer > API/Developer/TraceServices
| Name | FCreateButterflyParams |
| Type | struct |
| Header File | /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/TimingProfiler.h |
| Include Path | #include "TraceServices/Model/TimingProfiler.h" |
Syntax
struct FCreateButterflyParams
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIncludeOldGpu1 | bool | A boolean value to specify if aggregation should include the old GPU timeline. | TraceServices/Model/TimingProfiler.h | |
| bIncludeOldGpu2 | bool | A boolean value to specify if aggregation should include the old GPU timeline. | TraceServices/Model/TimingProfiler.h | |
| bIncludeVerseSampling | bool | A boolean value to specify if aggregation should include the Verse Sampling timeline. | TraceServices/Model/TimingProfiler.h | |
| CpuThreadFilter | TFunction< bool(uint32)> | A function to filter the CPU threads to aggregate. | TraceServices/Model/TimingProfiler.h | |
| GpuQueueFilter | TFunction< bool(uint32)> | A function to filter the GPU queues to aggregate. | TraceServices/Model/TimingProfiler.h | |
| IntervalEnd | double | The end timestamp in seconds. | TraceServices/Model/TimingProfiler.h | |
| IntervalStart | double | The start timestamp in seconds. | TraceServices/Model/TimingProfiler.h |