Navigation
API > API/Developer > API/Developer/ProfileVisualizer
Inheritance Hierarchy
References
| Module | ProfileVisualizer |
| Header | /Engine/Source/Developer/ProfileVisualizer/Public/STimeline.h |
| Include | #include "STimeline.h" |
Syntax
class STimeline : public SCompoundWidget
Remarks
A timeline widget.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs |
Construct the widget | |
| FGeometry | |||
| void | GetMinMaxValues
(
float& InMin, |
||
| float | GetOffset () |
Gets the graph's offset value | |
| float | GetZoom () |
||
| void | SetDrawingGeometry
(
const FGeometry& Geometry |
||
| void | SetMinMaxValues
(
float InMin, |
Sets the graph's min and max values. | |
| void | SetOffset
(
float InOffset |
Sets the graph's offset by which all graph bars should be moved | |
| void | SetZoom
(
float InZoom |
Sets the graph's zoom level |
Overridden from SWidget
| Type | Name | Description | |
|---|---|---|---|
| FVector2D | ComputeDesiredSize
(
float LayoutScaleMultiplier |
Compute the ideal size necessary to display this widget. | |
| FReply | OnMouseButtonDown
(
const FGeometry& MyGeometry, |
MOUSE INPUT The system calls this method to notify the widget that a mouse button was pressed within it. | |
| FReply | OnMouseMove
(
const FGeometry& MyGeometry, |
The system calls this method to notify the widget that a mouse moved within it. | |
| int32 | OnPaint
(
const FPaintArgs& Args, |
The widget should respond by populating the OutDrawElements array with FDrawElements that represent it and any of its children. | |
| void | Ticks this widget with Geometry. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |