Navigation
API > API/Plugins > API/Plugins/AudioWidgets
Represents the appearance of an Audio Text Box
| Name | FAudioTextBoxStyle |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/AudioWidgets/Source/AudioWidgets/Public/AudioWidgetsSlateTypes.h |
| Include Path | #include "AudioWidgetsSlateTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FAudioTextBoxStyle : public FSlateWidgetStyle
Inheritance Hierarchy
- FSlateWidgetStyle → FAudioTextBoxStyle
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAudioTextBoxStyle() |
AudioWidgetsSlateTypes.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FAudioTextBoxStyle() |
AudioWidgetsSlateTypes.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| TypeName | const FName | AudioWidgetsSlateTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BackgroundColor | FSlateColor | Color used to draw the label background | AudioWidgetsSlateTypes.h |
|
| BackgroundImage | FSlateBrush | Image for the label border | AudioWidgetsSlateTypes.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAudioTextBoxStyle & SetBackgroundColor
(
const FSlateColor& InBackgroundColor |
AudioWidgetsSlateTypes.h | ||
FAudioTextBoxStyle & SetBackgroundImage
(
const FSlateBrush& InBackgroundImage |
AudioWidgetsSlateTypes.h | ||
void UnlinkColors () |
Unlinks all colors in this style. | AudioWidgetsSlateTypes.h |
Overridden from FSlateWidgetStyle
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GetResources
(
TArray< const FSlateBrush* >& OutBrushes |
AudioWidgetsSlateTypes.h | ||
virtual const FName GetTypeName() |
AudioWidgetsSlateTypes.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FAudioTextBoxStyle & GetDefault() |
AudioWidgetsSlateTypes.h |