Navigation
API > API/Plugins > API/Plugins/CommonUI
Inheritance Hierarchy
- USlider
- UAnalogSlider
References
| Module | CommonUI |
| Header | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/AnalogSlider.h |
| Include | #include "AnalogSlider.h" |
Syntax
UCLASS ()
class UAnalogSlider : public USlider
Remarks
A simple widget that shows a sliding bar with a handle that allows you to control the value in a user define range (between 0..1 by default).
- No Children
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< SAnalogSlider > | MyAnalogSlider | ||
| FOnFloatValueChangedEvent | OnAnalogCapture | Called when the value is changed by slider or typing. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UAnalogSlider
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | HandleInputMethodChanged
(
ECommonInputType CurrentInputType |
||
| void | HandleOnAnalogCapture
(
float InValue |
||
| TSharedRef< SWidget > | |||
| void | ReleaseSlateResources
(
bool bReleaseChildren |
||
| void |