ITimingEventsTrackDrawStateBuilder

Insights.

Windows
MacOS
Linux

References

Module

TraceInsights

Header

/Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEventsTrack.h

Include

#include "Insights/ViewModels/TimingEventsTrack.h"

Syntax

class ITimingEventsTrackDrawStateBuilder

Remarks

Insights.

Destructors

Functions

Name Description

Public function

void

 

AddEvent

(
    double InEventStartTime,
    double InEventEndTime,
    uint32 InEventDepth,
    uint32 InEventColor,
    GetEventNameCallback InGetEventName...
)

Public function

void

 

AddEvent

(
    double InEventStartTime,
    double InEventEndTime,
    uint32 InEventDepth,
    const TCHAR* InEventName,
    uint64 InEventType,
    uint32 InEventColor
)

Typedefs

Name

Description

GetEventNameCallback

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss