Navigation
API > API/Editor > API/Editor/KismetWidgets
Inheritance Hierarchy
References
| Module | KismetWidgets |
| Header | /Engine/Source/Editor/KismetWidgets/Public/SScrubWidget.h |
| Include | #include "SScrubWidget.h" |
Syntax
class SScrubWidget : public SCompoundWidget
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | CommitValue
(
float NewValue, |
Call this method when the user's interaction has changed the value | |
| void | Construct
(
const FArguments& InArgs |
Construct the widget | |
| int32 | GetDivider
(
float InputMinX, |
This function is used by a few random widgets and is mostly arbitrary. It could be moved anywhere. |
Overridden from SWidget
| Type | Name | Description | |
|---|---|---|---|
| FVector2D | ComputeDesiredSize
(
float LayoutScaleMultiplier |
Compute the ideal size necessary to display this widget. | |
| FCursorReply | OnCursorQuery
(
const FGeometry& MyGeometry, |
The system asks each widget under the mouse to provide a cursor. This event is bubbled. | |
| 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 | OnMouseButtonUp
(
const FGeometry& MyGeometry, |
The system calls this method to notify the widget that a mouse button was release within it. | |
| FReply | OnMouseMove
(
const FGeometry& MyGeometry, |
The system calls this method to notify the widget that a mouse moved within it. | |
| FReply | OnMouseWheel
(
const FGeometry& MyGeometry, |
Called when the mouse wheel is spun. This event is bubbled. | |
| int32 | OnPaint
(
const FPaintArgs& Args, |
The widget should respond by populating the OutDrawElements array with FDrawElements that represent it and any of its children. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |