Navigation
API > API/Plugins > API/Plugins/AudioWidgets
Inheritance Hierarchy
- FSlateWidgetStyle
- FSampledSequenceVectorViewerStyle
References
| Module | AudioWidgets |
| Header | /Engine/Plugins/Runtime/AudioWidgets/Source/AudioWidgets/Public/SampledSequenceVectorViewerStyle.h |
| Include | #include "SampledSequenceVectorViewerStyle.h" |
Syntax
USTRUCT (BlueprintType )
struct FSampledSequenceVectorViewerStyle : public FSlateWidgetStyle
Remarks
Represents the appearance of a trigger threshold line
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSlateBrush | BackgroundBrush | ||
| FSlateColor | BackgroundColor | The background color. | |
| FLinearColor | LineColor | The vector view line color. | |
| float | LineThickness | The vector view line thickness. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FSampledSequenceVectorViewerStyle & | GetDefault () |
||
| void | GetResources
(
TArray< const FSlateBrush* >& OutBrushes |
||
| const FName | GetTypeName () |
||
| FSampledSequenceVectorViewerStyle & | SetBackgroundBrush
(
const FSlateBrush InBackgroundBrush |
||
| FSampledSequenceVectorViewerStyle & | SetBackgroundColor
(
const FSlateColor InBackgroundColor |
||
| FSampledSequenceVectorViewerStyle & | SetLineColor
(
const FLinearColor InLineColor |
||
| FSampledSequenceVectorViewerStyle & | SetLineThickness
(
const float InLineThickness |
Constants
| Name | Description |
|---|---|
| TypeName |