Navigation
Unreal Engine C++ API Reference > Developer > TraceInsights > Insights > ViewModels
References
Module | TraceInsights |
Header | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/ITimingViewDrawHelper.h |
Include | #include "Insights/ViewModels/ITimingViewDrawHelper.h" |
Syntax
class ITimingViewDrawHelper
Remarks
Helper allowing access to common drawing elements for tracks
Functions
Type | Name | Description |
---|---|---|
FLinearColor | GetEdgeColor () | |
const FSlate... | GetEventBorderBrush () | |
const FSlate... | GetEventFont () | |
int32 | GetFirstLayerId () | |
int32 | GetHeaderBackgroundLayerId () | |
int32 | GetHeaderTextLayerId () | |
const FSlate... | GetHoveredEventBorderBrush () | |
FLinearColor | GetInvalidAreaColor () | |
int32 | GetNumLayerIds () | |
int32 | GetRelationLayerId () | |
const FSlate... | GetSelectedEventBorderBrush () | |
FLinearColor | GetTrackNameTextColor ( const FBaseTimingTrack& Track ) | |
FLinearColor | GetValidAreaColor () | |
const FSlate... | GetWhiteBrush () |