Navigation
API > API/Plugins > API/Plugins/AudioWidgets
Inheritance Hierarchy
- FSlateWidgetStyle
- FFixedSampleSequenceRulerStyle
References
| Module | AudioWidgets |
| Header | /Engine/Plugins/Runtime/AudioWidgets/Source/AudioWidgets/Public/AudioWidgetsSlateTypes.h |
| Include | #include "AudioWidgetsSlateTypes.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FFixedSampleSequenceRulerStyle : public FSlateWidgetStyle
Remarks
Represents the appearance of a Sampled Sequence Time Ruler
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSlateBrush | BackgroundBrush | ||
| FSlateColor | BackgroundColor | ||
| float | DesiredHeight | ||
| float | DesiredWidth | ||
| FSlateBrush | HandleBrush | ||
| FSlateColor | HandleColor | ||
| float | HandleWidth | ||
| FSlateColor | TicksColor | ||
| FSlateColor | TicksTextColor | ||
| FSlateFontInfo | TicksTextFont | ||
| float | TicksTextOffset |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
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 |