Navigation
API > API/Plugins > API/Plugins/AudioWidgets
Inheritance Hierarchy
- FSlateWidgetStyle
- FSampledSequenceValueGridOverlayStyle
References
| Module | AudioWidgets |
| Header | /Engine/Plugins/Runtime/AudioWidgets/Source/AudioWidgets/Public/AudioWidgetsSlateTypes.h |
| Include | #include "AudioWidgetsSlateTypes.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FSampledSequenceValueGridOverlayStyle : public FSlateWidgetStyle
Remarks
Represents the appearance of a Sampled Sequence Value Grid Overlay
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | DesiredHeight | ||
| float | DesiredWidth | ||
| FSlateColor | GridColor | ||
| float | GridThickness | ||
| FSlateColor | LabelTextColor | ||
| FSlateFontInfo | LabelTextFont |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FSampledSequenceValueGridOverlayStyle & | GetDefault () |
||
| FSampledSequenceValueGridOverlayStyle & | SetDesiredHeight
(
const float InDesiredHeight |
||
| FSampledSequenceValueGridOverlayStyle & | SetDesiredWidth
(
const float InDesiredWidth |
||
| FSampledSequenceValueGridOverlayStyle & | SetGridColor
(
const FSlateColor InGridColor |
||
| FSampledSequenceValueGridOverlayStyle & | SetGridThickness
(
const float InGridThickness |
||
| FSampledSequenceValueGridOverlayStyle & | SetLabelTextColor
(
const FSlateColor& InLabelTextColor |
||
| FSampledSequenceValueGridOverlayStyle & | SetLabelTextFont
(
const FSlateFontInfo& InLabelTextFont |
||
| FSampledSequenceValueGridOverlayStyle & | SetLabelTextFontSize
(
const float InFontSize |
Overridden from FSlateWidgetStyle
| Type | Name | Description | |
|---|---|---|---|
| const FName | GetTypeName () |
Gets the name of this style.This method must be implemented by inherited structures. |
Constants
| Name | Description |
|---|---|
| TypeName |