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