Navigation
API > API/Plugins > API/Plugins/AudioWidgets
Represents the appearance of a Sampled Sequence Value Grid Overlay
| Name | FSampledSequenceValueGridOverlayStyle |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/AudioWidgets/Source/AudioWidgets/Public/AudioWidgetsSlateTypes.h |
| Include Path | #include "AudioWidgetsSlateTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FSampledSequenceValueGridOverlayStyle : public FSlateWidgetStyle
Inheritance Hierarchy
- FSlateWidgetStyle → FSampledSequenceValueGridOverlayStyle
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSampledSequenceValueGridOverlayStyle() |
AudioWidgetsSlateTypes.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| TypeName | const FName | AudioWidgetsSlateTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DesiredHeight | float | AudioWidgetsSlateTypes.h |
|
|
| DesiredWidth | float | AudioWidgetsSlateTypes.h |
|
|
| GridColor | FSlateColor | AudioWidgetsSlateTypes.h |
|
|
| GridThickness | float | AudioWidgetsSlateTypes.h |
|
|
| LabelTextColor | FSlateColor | AudioWidgetsSlateTypes.h |
|
|
| LabelTextFont | FSlateFontInfo | AudioWidgetsSlateTypes.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSampledSequenceValueGridOverlayStyle & SetDesiredHeight
(
const float InDesiredHeight |
AudioWidgetsSlateTypes.h | ||
FSampledSequenceValueGridOverlayStyle & SetDesiredWidth
(
const float InDesiredWidth |
AudioWidgetsSlateTypes.h | ||
FSampledSequenceValueGridOverlayStyle & SetGridColor
(
const FSlateColor InGridColor |
AudioWidgetsSlateTypes.h | ||
FSampledSequenceValueGridOverlayStyle & SetGridThickness
(
const float InGridThickness |
AudioWidgetsSlateTypes.h | ||
FSampledSequenceValueGridOverlayStyle & SetLabelTextColor
(
const FSlateColor& InLabelTextColor |
AudioWidgetsSlateTypes.h | ||
FSampledSequenceValueGridOverlayStyle & SetLabelTextFont
(
const FSlateFontInfo& InLabelTextFont |
AudioWidgetsSlateTypes.h | ||
FSampledSequenceValueGridOverlayStyle & SetLabelTextFontSize
(
const float InFontSize |
AudioWidgetsSlateTypes.h |
Overridden from FSlateWidgetStyle
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const FName GetTypeName() |
AudioWidgetsSlateTypes.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FSampledSequenceValueGridOverlayStyle & GetDefault() |
AudioWidgetsSlateTypes.h |