Navigation
API > API/Plugins > API/Plugins/AudioWidgets > API/Plugins/AudioWidgets/SAudioTextBox
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SAudioTextBox::FArguments
References
| Module | AudioWidgets |
| Header | /Engine/Plugins/Runtime/AudioWidgets/Source/AudioWidgets/Public/SAudioTextBox.h |
| Include | #include "SAudioTextBox.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SAudioTextBox >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | LabelBackgroundColor
(
const TAttribute< FSlateColor >& InAttribute |
The color to draw the label background in. | |
| WidgetArgsType & | OnValueTextCommitted
(
const FOnTextCommitted& InDelegate |
Delegate to call when the value text is committed. | |
| WidgetArgsType & | ShowLabelOnlyOnHover
(
const TAttribute< bool >& InAttribute |
If true, show label only on hover; if false always show label. | |
| WidgetArgsType & | ShowUnitsText
(
const TAttribute< bool >& InAttribute |
Whether to show the units part of the text label. | |
| WidgetArgsType & | Style
(
const FAudioTextBoxStyle* InArg |
The style used to draw the audio text box. |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |