Navigation
API > API/Plugins > API/Plugins/AudioWidgets
Inheritance Hierarchy
- FSlateWidgetStyle
- FPlayheadOverlayStyle
References
| Module | AudioWidgets |
| Header | /Engine/Plugins/Runtime/AudioWidgets/Source/AudioWidgets/Public/AudioWidgetsSlateTypes.h |
| Include | #include "AudioWidgetsSlateTypes.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FPlayheadOverlayStyle : public FSlateWidgetStyle
Remarks
Represents the appearance of a Waveform Viewer Overlay style
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | DesiredHeight | ||
| float | DesiredWidth | ||
| FSlateColor | PlayheadColor | ||
| float | PlayheadWidth |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FPlayheadOverlayStyle & | GetDefault () |
||
| FPlayheadOverlayStyle & | SetDesiredHeight
(
const float InDesiredHeight |
||
| FPlayheadOverlayStyle & | SetDesiredWidth
(
const float InDesiredWidth |
||
| FPlayheadOverlayStyle & | SetPlayheadColor
(
const FSlateColor InPlayheadColor |
||
| FPlayheadOverlayStyle & | SetPlayheadWidth
(
const float InPlayheadWidth |
Overridden from FSlateWidgetStyle
| Type | Name | Description | |
|---|---|---|---|
| const FName | GetTypeName () |
Gets the name of this style.This method must be implemented by inherited structures. |
Constants
| Name | Description |
|---|---|
| TypeName |