Navigation
API > API/Plugins > API/Plugins/AudioWidgets
Represents the appearance of a Sampled Sequence Time Ruler
| Name | FFixedSampleSequenceRulerStyle |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/AudioWidgets/Source/AudioWidgets/Public/AudioWidgetsSlateTypes.h |
| Include Path | #include "AudioWidgetsSlateTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FFixedSampleSequenceRulerStyle : public FSlateWidgetStyle
Inheritance Hierarchy
- FSlateWidgetStyle → FFixedSampleSequenceRulerStyle
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FFixedSampleSequenceRulerStyle() |
AudioWidgetsSlateTypes.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| TypeName | const FName | AudioWidgetsSlateTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BackgroundBrush | FSlateBrush | AudioWidgetsSlateTypes.h |
|
|
| BackgroundColor | FSlateColor | AudioWidgetsSlateTypes.h |
|
|
| DesiredHeight | float | AudioWidgetsSlateTypes.h |
|
|
| DesiredWidth | float | AudioWidgetsSlateTypes.h |
|
|
| HandleBrush | FSlateBrush | AudioWidgetsSlateTypes.h |
|
|
| HandleColor | FSlateColor | AudioWidgetsSlateTypes.h |
|
|
| HandleWidth | float | AudioWidgetsSlateTypes.h |
|
|
| TicksColor | FSlateColor | AudioWidgetsSlateTypes.h |
|
|
| TicksTextColor | FSlateColor | AudioWidgetsSlateTypes.h |
|
|
| TicksTextFont | FSlateFontInfo | AudioWidgetsSlateTypes.h |
|
|
| TicksTextOffset | float | AudioWidgetsSlateTypes.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FFixedSampleSequenceRulerStyle & SetBackgroundBrush
(
const FSlateBrush& InBackgroundBrush |
AudioWidgetsSlateTypes.h | ||
FFixedSampleSequenceRulerStyle & SetBackgroundColor
(
const FSlateColor& InBackgroundColor |
AudioWidgetsSlateTypes.h | ||
FFixedSampleSequenceRulerStyle & SetDesiredHeight
(
const float InDesiredHeight |
AudioWidgetsSlateTypes.h | ||
FFixedSampleSequenceRulerStyle & SetDesiredWidth
(
const float InDesiredWidth |
AudioWidgetsSlateTypes.h | ||
FFixedSampleSequenceRulerStyle & SetFontSize
(
const float InFontSize |
AudioWidgetsSlateTypes.h | ||
FFixedSampleSequenceRulerStyle & SetHandleBrush
(
const FSlateBrush& InHandleBrush |
AudioWidgetsSlateTypes.h | ||
FFixedSampleSequenceRulerStyle & SetHandleColor
(
const FSlateColor& InHandleColor |
AudioWidgetsSlateTypes.h | ||
FFixedSampleSequenceRulerStyle & SetHandleWidth
(
const float InHandleWidth |
AudioWidgetsSlateTypes.h | ||
FFixedSampleSequenceRulerStyle & SetTicksColor
(
const FSlateColor& InTicksColor |
AudioWidgetsSlateTypes.h | ||
FFixedSampleSequenceRulerStyle & SetTicksTextColor
(
const FSlateColor& InTicksTextColor |
AudioWidgetsSlateTypes.h | ||
FFixedSampleSequenceRulerStyle & SetTicksTextFont
(
const FSlateFontInfo& InTicksTextFont |
AudioWidgetsSlateTypes.h | ||
FFixedSampleSequenceRulerStyle & SetTicksTextOffset
(
const float InTicksTextOffset |
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 FFixedSampleSequenceRulerStyle & GetDefault() |
AudioWidgetsSlateTypes.h |