Choose your operating system:
Windows
macOS
Linux
| FSlateControlledConstruction | ||||||
| TSharedFromThis
|
Module |
|
Header |
/Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Public/UI/SSynth2DSlider.h |
Include |
#include "UI/SSynth2DSlider.h" |
class SSynth2DSlider : public SLeafWidget
A Slate slider control is a linear scale and draggable handle.
Name | Description | ||
---|---|---|---|
|
CommitValue ( |
Commits the specified slider value. |
|
|
Construct ( |
Construct the widget. |
|
|
float |
GetValueX() |
See the Value attribute |
|
float |
GetValueY() |
|
|
IsLocked() |
||
|
PositionToValue |
Calculates the new value based on the given absolute coordinates. |
|
|
SetIndentHandle ( |
See the IndentHandle attribute |
|
|
SetLocked ( |
See the Locked attribute |
|
|
SetOrientation ( |
See the Orientation attribute |
|
|
SetSliderBarColor ( |
See the SliderBarColor attribute |
|
|
SetSliderHandleColor ( |
See the SliderHandleColor attribute |
|
|
SetStepSize ( |
See the StepSize attribute |
|
|
SetValueX ( |
See the Value attribute |
|
|
SetValueY ( |
Name | Description | ||
---|---|---|---|
|
ComputeDesiredSize ( |
Overwritten from SWidget. |
|
|
IsInteractable() |
||
|
OnFocusLost ( |
Called when this widget loses focus. This event does not bubble. |
|
|
OnKeyDown |
Called after a key is pressed when this widget has focus (this event bubbles if not handled) |
|
|
OnKeyUp |
Called after a key is released when this widget has focus |
|
|
OnMouseButtonDown ( |
MOUSE INPUT The system calls this method to notify the widget that a mouse button was pressed within it. |
|
|
OnMouseButtonUp ( |
The system calls this method to notify the widget that a mouse button was release within it. |
|
|
OnMouseMove ( |
The system calls this method to notify the widget that a mouse moved within it. |
|
|
OnPaint ( |
Overwritten from SWidget. |
|
|
SupportsKeyboardFocus() |
Checks to see if this widget supports keyboard focus. Override this in derived classes. |
Name |
Description |
|
---|---|---|
|
FArguments |