Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Public/UI/Synth2DSlider.h |
Include |
#include "UI/Synth2DSlider.h" |
UCLASS()
class USynth2DSlider : public UWidget
A simple widget that shows a sliding bar with a handle that allows you to control the value between 0..1.
No Children
Name | Description | ||
---|---|---|---|
|
IndentHandle |
Whether the slidable area should be indented to fit the handle. |
|
|
IsFocusable |
Should the slider be focusable? |
|
|
float |
K2_Cache_ValueX |
|
|
float |
K2_Cache_ValueY |
|
|
Locked |
Whether the handle is interactive or fixed. |
|
|
TSharedPtr< SSy... |
MySlider |
Native Slate Widget |
|
OnControllerCaptureBegin |
Invoked when the controller capture begins. |
|
|
OnControllerCaptureEnd |
Invoked when the controller capture ends. |
|
|
OnMouseCaptureBegin |
Invoked when the mouse is pressed and a capture begins. |
|
|
OnMouseCaptureEnd |
Invoked when the mouse is released and a capture ends. |
|
|
OnValueChangedX |
Called when the value is changed by slider or typing. |
|
|
OnValueChangedY |
Called when the value is changed by slider or typing. |
|
|
SliderHandleColor |
The color to draw the slider handle in. |
|
|
float |
StepSize |
The amount to adjust the value by, when using a controller or keyboard |
|
float |
ValueX |
|
|
ValueXDelegate |
A bindable delegate to allow logic to drive the value of the widget |
|
|
float |
ValueY |
|
|
ValueYDelegate |
A bindable delegate to allow logic to drive the value of the widget |
|
|
WidgetStyle |
The progress bar style |
Name | Description | |
---|---|---|
|
USynth2DSlider ( |
Name | Description | ||
---|---|---|---|
|
GetValue() |
Gets the current value of the slider. |
|
|
HandleOnControllerCaptureBegin() |
||
|
HandleOnControllerCaptureEnd() |
||
|
HandleOnMouseCaptureBegin() |
||
|
HandleOnMouseCaptureEnd() |
||
|
HandleOnValueChangedX ( |
||
|
HandleOnValueChangedY ( |
||
|
float |
K2_Gate_ValueX() |
|
|
float |
K2_Gate_ValueY() |
|
|
SetIndentHandle ( |
Sets if the slidable area should be indented to fit the handle |
|
|
SetLocked ( |
Sets the handle to be interactive or fixed |
|
|
SetSliderHandleColor ( |
Sets the color of the handle bar |
|
|
SetStepSize ( |
Sets the amount to adjust the value by, when using a controller or keyboard |
|
|
SetValue ( |
Sets the current value of the slider. |
Name | Description | ||
---|---|---|---|
|
const FText |
GetPaletteCategory() |
Gets the palette category of the widget |
|
TSharedRef< ... |
RebuildWidget() |
Function implemented by all subclasses of UWidget is called when the underlying SWidget needs to be constructed. |
|
SynchronizeProperties() |
Applies all properties to the native widget if possible. |
Name | Description | ||
---|---|---|---|
|
ReleaseSlateResources ( |