Navigation
Unreal Engine C++ API Reference > Developer > TraceInsights > Insights > ViewModels
References
Module | TraceInsights |
Header | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrackBuilder.h |
Include | #include "Insights/ViewModels/GraphTrackBuilder.h" |
Syntax
class FGraphTrackBuilder
Constructors
Type | Name | Description |
---|---|---|
FGraphTrackBuilder ( const FGraphTrackBuilder& ) | Non-copyable | |
FGraphTrackBuilder ( FGraphTrack& InTrack, FGraphSeries& InSeries, const FTimingTrackViewport& InView... ) |
Destructors
Type | Name | Description |
---|---|---|
~FGraphTrackBuilder () |
Functions
Type | Name | Description |
---|---|---|
void | AddEvent ( double Time, double Duration, double Value, bool bConnected ) | |
FGraphSeries... | GetSeries () | |
FGraphTrack ... | GetTrack () | |
const FTimin... | GetViewport () |
Operators
Type | Name | Description |
---|---|---|
FGraphTrackB... | operator= ( const FGraphTrackBuilder& ) |