Navigation
API > API/Plugins > API/Plugins/AudioWidgets > API/Plugins/AudioWidgets/AudioMaterialSlate
Inheritance Hierarchy
References
| Module | AudioWidgets |
| Header | /Engine/Plugins/Runtime/AudioWidgets/Source/AudioWidgets/Public/AudioMaterialSlate/AudioMaterialButton.h |
| Include | #include "AudioMaterialSlate/AudioMaterialButton.h" |
Syntax
UCLASS ()
class UAudioMaterialButton : public UWidget
Remarks
A simple widget that shows a button Button is rendered by using material instead of texture.
- No Children
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOnButtonPressedChangedEvent | OnButtonPressedChangedEvent | Called when the value is changed by button. | |
| FAudioMaterialButtonStyle | WidgetStyle | The button's style |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | GetIsPressed () |
Gets the current value of the slider. | |
| void | HandleOnPressedValueChanged
(
bool InPressedSate |
||
| void | SetIsPressed
(
bool InPressed |
Sets the current value of the slider. InValue is Clamped between 0.f - 1.f |
Overridden from UWidget
| Type | Name | Description | |
|---|---|---|---|
| const FText | Gets the palette category of the widget | ||
| TSharedRef< SWidget > | UWidget. | ||
| void | UWidget. |
Overridden from UVisual
| Type | Name | Description | |
|---|---|---|---|
| void | ReleaseSlateResources
(
bool bReleaseChildren |
UVisual. |