Navigation
API > API/Plugins > API/Plugins/CommonUI
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UVisual
- UWidget
- USlider
- UAnalogSlider
References
| Module | CommonUI |
| Header | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/AnalogSlider.h |
| Include | #include "AnalogSlider.h" |
Syntax
UCLASS&40;&41;
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 |
Overridden from UWidget
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< SWidget > | Function implemented by all subclasses of UWidget is called when the underlying SWidget needs to be constructed. | ||
| void | Applies all properties to the native widget if possible. |
Overridden from UVisual
| Type | Name | Description | |
|---|---|---|---|
| void | ReleaseSlateResources
(
bool bReleaseChildren |