Navigation
API > API/Plugins > API/Plugins/AudioWidgets
Represents the appearance of a Waveform Viewer Overlay style
| Name | FPlayheadOverlayStyle |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/AudioWidgets/Source/AudioWidgets/Public/AudioWidgetsSlateTypes.h |
| Include Path | #include "AudioWidgetsSlateTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FPlayheadOverlayStyle : public FSlateWidgetStyle
Inheritance Hierarchy
- FSlateWidgetStyle → FPlayheadOverlayStyle
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPlayheadOverlayStyle() |
AudioWidgetsSlateTypes.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| TypeName | const FName | AudioWidgetsSlateTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DesiredHeight | float | AudioWidgetsSlateTypes.h |
|
|
| DesiredWidth | float | AudioWidgetsSlateTypes.h |
|
|
| PlayheadColor | FSlateColor | AudioWidgetsSlateTypes.h |
|
|
| PlayheadWidth | float | AudioWidgetsSlateTypes.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPlayheadOverlayStyle & SetDesiredHeight
(
const float InDesiredHeight |
AudioWidgetsSlateTypes.h | ||
FPlayheadOverlayStyle & SetDesiredWidth
(
const float InDesiredWidth |
AudioWidgetsSlateTypes.h | ||
FPlayheadOverlayStyle & SetPlayheadColor
(
const FSlateColor InPlayheadColor |
AudioWidgetsSlateTypes.h | ||
FPlayheadOverlayStyle & SetPlayheadWidth
(
const float InPlayheadWidth |
AudioWidgetsSlateTypes.h |
Overridden from FSlateWidgetStyle
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const FName GetTypeName() |
AudioWidgetsSlateTypes.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FPlayheadOverlayStyle & GetDefault() |
AudioWidgetsSlateTypes.h |