Navigation
API > API/Plugins > API/Plugins/AudioWidgets
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SAudioTextBox
References
| Module | AudioWidgets |
| Header | /Engine/Plugins/Runtime/AudioWidgets/Source/AudioWidgets/Public/SAudioTextBox.h |
| Include | #include "SAudioTextBox.h" |
Syntax
class SAudioTextBox : public SCompoundWidget
Variables
| Type | Name | Description | |
|---|---|---|---|
| TAttribute< FSlateColor > | LabelBackgroundColor | ||
| TSharedPtr< SBorder > | LabelBorder | ||
| FOnTextCommitted | OnValueTextCommitted | ||
| FVector2D | OutputRange | ||
| TAttribute< bool > | ShowLabelOnlyOnHover | ||
| TAttribute< bool > | ShowUnitsText | ||
| const FAudioTextBoxStyle * | Style | ||
| TSharedPtr< SEditableText > | UnitsText | ||
| TSharedPtr< SEditableText > | ValueText | ||
| SHorizontalBox::FSlot * | ValueTextSlot |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const SAudioTextBox::FArguments& InArgs |
||
| void | SetLabelBackgroundColor
(
FSlateColor InColor |
||
| void | SetShowLabelOnlyOnHover
(
const bool bShowLabelOnlyOnHover |
||
| void | SetShowUnitsText
(
const bool bShowUnitsText |
||
| void | SetUnitsText
(
const FText Units |
||
| void | SetUnitsTextReadOnly
(
const bool bIsReadOnly |
||
| void | SetValueText
(
const float OutputValue |
||
| void | SetValueTextReadOnly
(
const bool bIsReadOnly |
||
| void | UpdateValueTextWidth
(
const FVector2D OutputRange |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |
Constants
| Name | Description |
|---|---|
| NumericInterface | Used to convert and format value text strings |