Navigation
Unreal Engine C++ API Reference > Developer > TraceInsights > Insights > ViewModels
References
Module | TraceInsights |
Header | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEventsTrack.h |
Include | #include "Insights/ViewModels/TimingEventsTrack.h" |
Syntax
class ITimingEventsTrackDrawStateBuilder
Destructors
Type | Name | Description |
---|---|---|
~ITimingEventsTrackDrawStateBuilder () |
Functions
Type | Name | Description |
---|---|---|
void | AddEvent ( double InEventStartTime, double InEventEndTime, uint32 InEventDepth, uint32 InEventColor, GetEventNameCallback InGetEventName... ) | |
void | AddEvent ( double InEventStartTime, double InEventEndTime, uint32 InEventDepth, const TCHAR* InEventName, uint64 InEventType, uint32 InEventColor ) |
Typedefs
Name | Description |
---|---|
GetEventNameCallback |