className stringlengths 1 167 | headerPath stringlengths 14 166 | description stringlengths 0 1.62k | module stringlengths 0 76 | code stringlengths 0 11.4k | variables listlengths 0 395 |
|---|---|---|---|---|---|
FGraphSeries::SetDescription | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphSeries.h | TraceInsights | void SetDescription ( const [FString](API\Runtime\Core\Containers\FString) & InDescription ) | [] | |
FGraphSeries::SetDescription | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphSeries.h | TraceInsights | void SetDescription ( const [FText](API\Runtime\Core\Internationalization\FText) & InDescription ) | [] | |
FGraphSeries::SetDirtyFlag | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphSeries.h | TraceInsights | void SetDirtyFlag() | [] | |
FGraphSeries::SetName | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphSeries.h | TraceInsights | void SetName ( const TCHAR * InName ) | [] | |
FGraphSeries::SetHasEventDuration | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphSeries.h | TraceInsights | void SetHasEventDuration ( bool bOnOff ) | [] | |
FGraphSeries::SetName | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphSeries.h | TraceInsights | void SetName ( const [FString](API\Runtime\Core\Containers\FString) & InName ) | [] | |
FGraphSeries::SetName | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphSeries.h | TraceInsights | void SetName ( const [FText](API\Runtime\Core\Internationalization\FText) & InName ) | [] | |
FGraphSeries::SetScaleY | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphSeries.h | TraceInsights | void SetScaleY ( const double InScaleY ) | [] | |
FGraphSeries::SetVisibility | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphSeries.h | TraceInsights | void SetVisibility ( bool bOnOff ) | [] | |
FGraphSeries::UpdateAutoZoom | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphSeries.h | Updates the track's auto-zoom. Does nothing ifIsAutoZoomEnabled()is false. | TraceInsights | void UpdateAutoZoom ( const float InTopY, const float InBottomY, const double InMinEventValue, const double InMaxEventValue, const bool bIsAutoZoomAnimated ) | [] |
FGraphSeries::FGraphSeries | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphSeries.h | TraceInsights | FGraphSeries() | [] | |
FGraphSeries::UpdateAutoZoomEx | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphSeries.h | Updates the track's auto-zoom. Returns true if viewport was changed. Sets bIsAutoZoomDirty=true if needs another update. | TraceInsights | bool UpdateAutoZoomEx ( const float InTopY, const float InBottomY, const double InMinEventValue, const double InMaxEventValue, const bool bIsAutoZoomAnimated ) | [] |
FGraphSeries::~FGraphSeries | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphSeries.h | TraceInsights | virtual ~FGraphSeries() | [] | |
FGraphSeries | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphSeries.h | TraceInsights | class FGraphSeries | [
{
"type": "TArray<FBox>",
"name": "Boxes",
"description": ""
},
{
"type": "TArray<FGraphS...",
"name": "Events",
"description": ""
},
{
"type": "TArray<TArray<...",
"name": "LinePoints",
"description": ""
},
{
"type": "TArray< FVector...",
"name": "Points",
... | |
FGraphSeriesEvent::Equals | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrackEvent.h | TraceInsights | bool Equals ( const [FGraphSeriesEvent](API\Developer\TraceInsights\Insights\ViewModels\FGraphSeriesEvent) & Other ) const | [] | |
FGraphSeriesEvent | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrackEvent.h | TraceInsights | struct FGraphSeriesEvent | [
{
"type": "double",
"name": "Duration",
"description": ""
},
{
"type": "double",
"name": "Time",
"description": ""
},
{
"type": "double",
"name": "Value",
"description": ""
}
] | |
FGraphTrack::AreAllOptionsEnabled | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h | TraceInsights | bool AreAllOptionsEnabled ( [EGraphOptions](API\Developer\TraceInsights\Insights\ViewModels\EGraphOptions) Options ) const | [] | |
FGraphTrack::BuildContextMenu | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h | TraceInsights | virtual void BuildContextMenu ( [FMenuBuilder](API\Runtime\Slate\Framework\MultiBox\FMenuBuilder) & MenuBuilder ) | [] | |
FGraphTrack::DisableOptions | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h | TraceInsights | void DisableOptions ( [EGraphOptions](API\Developer\TraceInsights\Insights\ViewModels\EGraphOptions) Options ) | [] | |
FGraphTrack::Draw | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h | Draw callback (called from OnPaint) to draw the track's content. | TraceInsights | virtual void Draw ( const [ITimingTrackDrawContext](API\Developer\TraceInsights\Insights\ViewModels\ITimingTrackDrawContext) & Context ) const | [] |
FGraphTrack::DrawEvent | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h | Draw a single event (can be used to draw only the highlight for a selected and/or hovered event). | TraceInsights | virtual void DrawEvent ( const [ITimingTrackDrawContext](API\Developer\TraceInsights\Insights\ViewModels\ITimingTrackDrawContext) & Context, const [ITimingEvent](API\Developer\TraceInsights\Insights\ViewModels\ITimingEvent) & InTimingEvent, [EDrawEventMode](API\Developer\TraceInsights\Insights\ViewModels\EDrawEventMode) InDrawMode ) const | [] |
FGraphTrack::DrawHeader | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h | TraceInsights | virtual void DrawHeader ( const [ITimingTrackDrawContext](API\Developer\TraceInsights\Insights\ViewModels\ITimingTrackDrawContext) & Context ) const | [] | |
FGraphTrack::DrawSeries | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h | TraceInsights | void DrawSeries ( const [FGraphSeries](API\Developer\TraceInsights\Insights\ViewModels\FGraphSeries) & Series, [FDrawContext](API\Developer\TraceInsights\Insights\Common\FDrawContext) & DrawContext, const [FTimingTrackViewport](API\Developer\TraceInsights\Insights\ViewModels\FTimingTrackViewport) & Viewport ) const | [] | |
FGraphTrack::DrawVerticalAxisGrid | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h | TraceInsights | virtual void DrawVerticalAxisGrid ( const [ITimingTrackDrawContext](API\Developer\TraceInsights\Insights\ViewModels\ITimingTrackDrawContext) & Context ) const | [] | |
FGraphTrack::EnableOptions | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h | TraceInsights | void EnableOptions ( [EGraphOptions](API\Developer\TraceInsights\Insights\ViewModels\EGraphOptions) Options ) | [] | |
FGraphTrack::GetBorderY | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h | Get the Y value that is used to provide a clipping border between adjacent graph tracks. | TraceInsights | virtual float GetBorderY() const | [] |
FGraphTrack::GetEditableOptions | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h | TraceInsights | [EGraphOptions](API\Developer\TraceInsights\Insights\ViewModels\EGraphOptions) GetEditableOptions() const | [] | |
FGraphTrack::GetEnabledOptions | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h | TraceInsights | [EGraphOptions](API\Developer\TraceInsights\Insights\ViewModels\EGraphOptions) GetEnabledOptions() const | [] | |
FGraphTrack::GetEvent | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h | Gets the event at a specified position. Leaves the InOutEvent unchanged if no event is found at specified position.
The event located at (PosX, PosY) coordinates, if any; nullptr ottherwise. | TraceInsights | virtual const [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< const [ITimingEvent](API\Developer\TraceInsights\Insights\ViewModels\ITimingEvent) > GetEvent ( float InPosX, float InPosY, const [FTimingTrackViewport](API\Developer\TraceInsights\Insights\ViewModels\FTimingTrackViewport) & Viewport ) const | [] |
FGraphTrack::GetNumAddedEvents | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h | TODO: virtual int GetDebugStringLineCount() const override; TODO: virtual void BuildDebugString(FString& OutStr) const override; | TraceInsights | int32 GetNumAddedEvents() const | [] |
FGraphTrack::GetNumDrawBoxes | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h | TraceInsights | int32 GetNumDrawBoxes() const | [] | |
FGraphTrack::GetNumDrawLines | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h | TraceInsights | int32 GetNumDrawLines() const | [] | |
FGraphTrack::GetNumDrawPoints | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h | TraceInsights | int32 GetNumDrawPoints() const | [] | |
FGraphTrack::GetSeries | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h | TraceInsights | [TArray](API\Runtime\Core\Containers\TArray)< [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FGraphSeries](API\Developer\TraceInsights\Insights\ViewModels\FGraphSeries) > > & GetSeries() | [] | |
FGraphTrack::GetSharedValueViewport | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h | TraceInsights | [FGraphValueViewport](API\Developer\TraceInsights\Insights\ViewModels\FGraphValueViewport) & GetSharedValueViewport() | [] | |
FGraphTrack::GetSharedValueViewport | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h | TraceInsights | const [FGraphValueViewport](API\Developer\TraceInsights\Insights\ViewModels\FGraphValueViewport) & GetSharedValueViewport() const | [] | |
FGraphTrack::GetStaticTypeName | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h | TraceInsights | static const [FName](API\Runtime\Core\UObject\FName) & GetStaticTypeName() | [] | |
FGraphTrack::GetTypeName | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h | TraceInsights | virtual const [FName](API\Runtime\Core\UObject\FName) & GetTypeName() const | [] | |
FGraphTrack::GetVisibleOptions | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h | TraceInsights | [EGraphOptions](API\Developer\TraceInsights\Insights\ViewModels\EGraphOptions) GetVisibleOptions() const | [] | |
FGraphTrack::InitTooltip | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h | Called to initialize the tooltip's content with info from a timing event. | TraceInsights | virtual void InitTooltip ( [FTooltipDrawState](API\Developer\TraceInsights\Insights\ViewModels\FTooltipDrawState) & InOutTooltip, const [ITimingEvent](API\Developer\TraceInsights\Insights\ViewModels\ITimingEvent) & InTooltipEvent ) const | [] |
FGraphTrack::IsAnyOptionEnabled | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h | TraceInsights | bool IsAnyOptionEnabled ( [EGraphOptions](API\Developer\TraceInsights\Insights\ViewModels\EGraphOptions) Options ) const | [] | |
FGraphTrack::IsKindOf | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h | TraceInsights | virtual bool IsKindOf ( const [FName](API\Runtime\Core\UObject\FName) & InTypeName ) const | [] | |
PointSizeX | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h | Size of points (in pixels) used in reduction algorithm. | TraceInsights | static constexpr double PointSizeX = 3.0f; | [] |
PointSizeY | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h | TraceInsights | static constexpr float PointSizeY = 3.0f; | [] | |
PointVisualSize | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h | Visual size of points (in pixels). | TraceInsights | static constexpr float PointVisualSize = 5.0f; | [] |
FGraphTrack::PostUpdate | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h | PostUpdate callback called each frame, but only if the track is visible. Track should update here its "hovered" state. | TraceInsights | virtual void PostUpdate ( const [ITimingTrackUpdateContext](API\Developer\TraceInsights\Insights\ViewModels\ITimingTrackUpdateContext) & Context ) | [] |
FGraphTrack::PreDraw | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h | PreDraw callback (called from OnPaint) to draw something in the background. | TraceInsights | virtual void PreDraw ( const [ITimingTrackDrawContext](API\Developer\TraceInsights\Insights\ViewModels\ITimingTrackDrawContext) & Context ) const | [] |
FGraphTrack::Reset | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h | TraceInsights | virtual void Reset() | [] | |
FGraphTrack::SetEditableOptions | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h | TraceInsights | void SetEditableOptions ( [EGraphOptions](API\Developer\TraceInsights\Insights\ViewModels\EGraphOptions) Options ) | [] | |
FGraphTrack::SetEnabledOptions | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h | TraceInsights | void SetEnabledOptions ( [EGraphOptions](API\Developer\TraceInsights\Insights\ViewModels\EGraphOptions) Options ) | [] | |
FGraphTrack::ToggleOptions | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h | TraceInsights | void ToggleOptions ( [EGraphOptions](API\Developer\TraceInsights\Insights\ViewModels\EGraphOptions) Options ) | [] | |
FGraphTrack::SetVisibleOptions | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h | TraceInsights | void SetVisibleOptions ( [EGraphOptions](API\Developer\TraceInsights\Insights\ViewModels\EGraphOptions) Options ) | [] | |
TypeName | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h | TraceInsights | static const [FName](API\Runtime\Core\UObject\FName) TypeName = TEXT("FGraphTrack"); | [] | |
FGraphTrack::UpdateStats | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h | TraceInsights | void UpdateStats() | [] | |
FGraphTrack::FGraphTrack | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h | TraceInsights | FGraphTrack() | [] | |
FGraphTrack::FGraphTrack | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h | TraceInsights | FGraphTrack ( const [FString](API\Runtime\Core\Containers\FString) & InName ) | [] | |
FGraphTrack::~FGraphTrack | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h | TraceInsights | virtual ~FGraphTrack() | [] | |
FGraphTrack | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h | TraceInsights | class FGraphTrack : public [FBaseTimingTrack](API\Developer\TraceInsights\Insights\ViewModels\FBaseTimingTrack) | [
{
"type": "TArray<TShared...",
"name": "AllSeries",
"description": ""
},
{
"type": "constFSlateBru...",
"name": "BorderBrush",
"description": ""
},
{
"type": "EGraphOptions",
"name": "EditableOptions",
"description": ""
},
{
"type": "EGraphOptions",
"name": "E... | |
FGraphTrackBuilder::AddEvent | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrackBuilder.h | TraceInsights | void AddEvent ( double Time, double Duration, double Value, bool bConnected ) | [] | |
FGraphTrackBuilder::GetSeries | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrackBuilder.h | TraceInsights | [FGraphSeries](API\Developer\TraceInsights\Insights\ViewModels\FGraphSeries) & GetSeries() const | [] | |
FGraphTrackBuilder::GetTrack | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrackBuilder.h | TraceInsights | [FGraphTrack](API\Developer\TraceInsights\Insights\ViewModels\FGraphTrack) & GetTrack() const | [] | |
FGraphTrackBuilder::GetViewport | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrackBuilder.h | TraceInsights | const [FTimingTrackViewport](API\Developer\TraceInsights\Insights\ViewModels\FTimingTrackViewport) & GetViewport() const | [] | |
FGraphTrackBuilder::operator= | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrackBuilder.h | TraceInsights | [FGraphTrackBuilder](API\Developer\TraceInsights\Insights\ViewModels\FGraphTrackBuilder) & operator= ( const [FGraphTrackBuilder](API\Developer\TraceInsights\Insights\ViewModels\FGraphTrackBuilder) & ) | [] | |
FGraphTrackBuilder::FGraphTrackBuilder | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrackBuilder.h | Non-copyable | TraceInsights | FGraphTrackBuilder ( const [FGraphTrackBuilder](API\Developer\TraceInsights\Insights\ViewModels\FGraphTrackBuilder) & ) | [] |
FGraphTrackBuilder::FGraphTrackBuilder | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrackBuilder.h | TraceInsights | FGraphTrackBuilder ( [FGraphTrack](API\Developer\TraceInsights\Insights\ViewModels\FGraphTrack) & InTrack, [FGraphSeries](API\Developer\TraceInsights\Insights\ViewModels\FGraphSeries) & InSeries, const [FTimingTrackViewport](API\Developer\TraceInsights\Insights\ViewModels\FTimingTrackViewport) & InViewport ) | [] | |
FGraphTrackBuilder::~FGraphTrackBuilder | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrackBuilder.h | TraceInsights | ~FGraphTrackBuilder() | [] | |
FGraphTrackBuilder | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrackBuilder.h | TraceInsights | class FGraphTrackBuilder | [] | |
FGraphTrackEvent::Equals | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrackEvent.h | Virtual bool IsValidTrack() const override { return Track.IsValid(); } virtual boolIsValid() constoverride { return Track.IsValid() && Series.IsValid(); } | TraceInsights | virtual bool Equals ( const [ITimingEvent](API\Developer\TraceInsights\Insights\ViewModels\ITimingEvent) & Other ) const | [] |
FGraphTrackEvent::GetDepth | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrackEvent.h | TraceInsights | virtual uint32 GetDepth() const | [] | |
FGraphTrackEvent::GetDuration | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrackEvent.h | TraceInsights | virtual double GetDuration() const | [] | |
FGraphTrackEvent::GetEndTime | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrackEvent.h | TraceInsights | virtual double GetEndTime() const | [] | |
FGraphTrackEvent::GetSeries | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrackEvent.h | TraceInsights | const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< const [FGraphSeries](API\Developer\TraceInsights\Insights\ViewModels\FGraphSeries) > GetSeries() const | [] | |
FGraphTrackEvent::GetSeriesEvent | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrackEvent.h | TraceInsights | const [FGraphSeriesEvent](API\Developer\TraceInsights\Insights\ViewModels\FGraphSeriesEvent) & GetSeriesEvent() const | [] | |
FGraphTrackEvent::GetStartTime | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrackEvent.h | TraceInsights | virtual double GetStartTime() const | [] | |
FGraphTrackEvent::GetStaticTypeName | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrackEvent.h | TraceInsights | static const [FName](API\Runtime\Core\UObject\FName) & GetStaticTypeName() | [] | |
FGraphTrackEvent::GetTrack | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrackEvent.h | TraceInsights | virtual const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< const [FBaseTimingTrack](API\Developer\TraceInsights\Insights\ViewModels\FBaseTimingTrack) > GetTrack() const | [] | |
FGraphTrackEvent::GetTypeName | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrackEvent.h | TraceInsights | virtual const [FName](API\Runtime\Core\UObject\FName) & GetTypeName() const | [] | |
FGraphTrackEvent::GetValue | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrackEvent.h | TraceInsights | double GetValue() const | [] | |
FGraphTrackEvent::IsKindOf | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrackEvent.h | TraceInsights | virtual bool IsKindOf ( const [FName](API\Runtime\Core\UObject\FName) & InTypeName ) const | [] | |
TypeName | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrackEvent.h | TraceInsights | static const [FName](API\Runtime\Core\UObject\FName) TypeName = TEXT("FGraphTrackEvent"); | [] | |
FGraphTrackEvent::FGraphTrackEvent | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrackEvent.h | TraceInsights | FGraphTrackEvent ( const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< const [FGraphTrack](API\Developer\TraceInsights\Insights\ViewModels\FGraphTrack) > InTrack, const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< const [FGraphSeries](API\Developer\TraceInsights\Insights\ViewModels\FGraphSeries) > InSeries, const [FGraphSeriesEvent](API\Developer\TraceInsights\Insights\ViewModels\FGraphSeriesEvent) & InSeriesEvent ) | [] | |
FGraphTrackEvent::~FGraphTrackEvent | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrackEvent.h | TraceInsights | virtual ~FGraphTrackEvent() | [] | |
FGraphTrackEvent | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrackEvent.h | TraceInsights | class FGraphTrackEvent : public [ITimingEvent](API\Developer\TraceInsights\Insights\ViewModels\ITimingEvent) | [] | |
FGraphValueViewport::GetBaselineY | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphSeries.h | Y position (in viewport local space) of the baseline (with Value == 0); in pixels (Slate units). Y == 0 at the top of the graph track, positive values are downward. | TraceInsights | double GetBaselineY() const | [] |
FGraphValueViewport::GetRoundedYForValue | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphSeries.h | TraceInsights | float GetRoundedYForValue ( double Value ) const | [] | |
FGraphValueViewport::GetScaleY | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphSeries.h | The scale between Value units and viewport units; in pixels (Slate units) / Value unit. | TraceInsights | double GetScaleY() const | [] |
FGraphValueViewport::GetValueForY | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphSeries.h | Value for specified Y position. | TraceInsights | double GetValueForY ( float Y ) const | [] |
FGraphValueViewport::GetYForValue | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphSeries.h | Y position (in viewport local space) for a Value; in pixels (Slate units). Y == 0 at the top of the graph track, positive values are downward. | TraceInsights | float GetYForValue ( double Value ) const | [] |
FGraphValueViewport::SetScaleY | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphSeries.h | TraceInsights | void SetScaleY ( const double InScaleY ) | [] | |
FGraphValueViewport::SetBaselineY | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphSeries.h | TraceInsights | void SetBaselineY ( const double InBaselineY ) | [] | |
FGraphValueViewport | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphSeries.h | TraceInsights | class FGraphValueViewport | [] | |
FRandomGraphTrack::AddDefaultSeries | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h | TraceInsights | void AddDefaultSeries() | [] | |
FRandomGraphTrack::GenerateSeries | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h | TraceInsights | void GenerateSeries ( [FGraphSeries](API\Developer\TraceInsights\Insights\ViewModels\FGraphSeries) & Series, const [FTimingTrackViewport](API\Developer\TraceInsights\Insights\ViewModels\FTimingTrackViewport) & Viewport, const int32 EventCount, int32 Seed ) | [] | |
FRandomGraphTrack::GetStaticTypeName | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h | TraceInsights | static const [FName](API\Runtime\Core\UObject\FName) & GetStaticTypeName() | [] | |
FRandomGraphTrack::GetTypeName | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h | TraceInsights | virtual const [FName](API\Runtime\Core\UObject\FName) & GetTypeName() const | [] | |
FRandomGraphTrack::IsKindOf | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h | TraceInsights | virtual bool IsKindOf ( const [FName](API\Runtime\Core\UObject\FName) & InTypeName ) const | [] | |
TypeName | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h | TraceInsights | static const [FName](API\Runtime\Core\UObject\FName) TypeName = TEXT("FRandomGraphTrack"); | [] | |
FRandomGraphTrack::Update | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h | Update callback called each frame, but only if the track is visible. In this update, it is assumed the track position and the track size are valid. | TraceInsights | virtual void Update ( const [ITimingTrackUpdateContext](API\Developer\TraceInsights\Insights\ViewModels\ITimingTrackUpdateContext) & Context ) | [] |
FRandomGraphTrack::FRandomGraphTrack | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h | TraceInsights | FRandomGraphTrack() | [] | |
FRandomGraphTrack::~FRandomGraphTrack | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h | TraceInsights | virtual ~FRandomGraphTrack() | [] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.