Navigation
API > API/Developer > API/Developer/TraceInsights
| Name | FTimingEvent |
| Type | class |
| Header File | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h |
| Include Path | #include "Insights/ViewModels/TimingEvent.h" |
Syntax
class FTimingEvent : public ITimingEvent
Implements Interfaces
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTimingEvent
(
FTimingEvent&& |
Insights/ViewModels/TimingEvent.h | ||
FTimingEvent
(
const FTimingEvent& |
Insights/ViewModels/TimingEvent.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FTimingEvent() |
Insights/ViewModels/TimingEvent.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsExclusiveTimeComputed | bool | A flag used to avoid recomputing the exclusive time. | Insights/ViewModels/TimingEvent.h | |
| Depth | uint32 | The depth of the event. | Insights/ViewModels/TimingEvent.h | |
| EndTime | double | The end time of the event. | Insights/ViewModels/TimingEvent.h | |
| ExclusiveTime | double | For hierarchical events, the cached exclusive time. | Insights/ViewModels/TimingEvent.h | |
| SearchHandle | FTimingEventSearchHandle | Handle to a previous search, used to accelerate access to underlying event data. | Insights/ViewModels/TimingEvent.h | |
| StartTime | double | The start time of the event. | Insights/ViewModels/TimingEvent.h | |
| Track | TSharedRef< const FBaseTimingTrack > | The track this timing event is contained within. | Insights/ViewModels/TimingEvent.h | |
| Type | uint64 | The event type (category, group id, etc.). | Insights/ViewModels/TimingEvent.h |
Functions
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetType
(
uint64 InType |
Insights/ViewModels/TimingEvent.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static uint32 ComputeEventColor
(
const TCHAR* Str |
Insights/ViewModels/TimingEvent.h | ||
static uint32 ComputeEventColor
(
uint32 Id |
Insights/ViewModels/TimingEvent.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTimingEvent & operator=
(
const FTimingEvent& |
Insights/ViewModels/TimingEvent.h | ||
FTimingEvent & operator=
(
FTimingEvent&& |
Insights/ViewModels/TimingEvent.h |