Navigation
API > API/Plugins > API/Plugins/AudioWidgets
Inheritance Hierarchy
- FSlateWidgetStyle
- FAudioTextBoxStyle
References
| Module | AudioWidgets |
| Header | /Engine/Plugins/Runtime/AudioWidgets/Source/AudioWidgets/Public/AudioWidgetsSlateTypes.h |
| Include | #include "AudioWidgetsSlateTypes.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FAudioTextBoxStyle : public FSlateWidgetStyle
Remarks
Represents the appearance of an Audio Text Box
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSlateColor | BackgroundColor | Color used to draw the label background | |
| FSlateBrush | BackgroundImage | Image for the label border |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FAudioTextBoxStyle & | GetDefault () |
||
| FAudioTextBoxStyle & | SetBackgroundColor
(
const FSlateColor& InBackgroundColor |
||
| FAudioTextBoxStyle & | SetBackgroundImage
(
const FSlateBrush& InBackgroundImage |
||
| void | UnlinkColors () |
Unlinks all colors in this style. |
Overridden from FSlateWidgetStyle
| Type | Name | Description | |
|---|---|---|---|
| void | GetResources
(
TArray< const FSlateBrush* >& OutBrushes |
Gets the brush resources associated with this style. | |
| const FName | GetTypeName () |
Gets the name of this style.This method must be implemented by inherited structures. |
Constants
| Name | Description |
|---|---|
| TypeName |