Navigation
API > API/Plugins > API/Plugins/AudioWidgets
| Name | SPlayheadOverlay |
| Type | class |
| Header File | /Engine/Plugins/Runtime/AudioWidgets/Source/AudioWidgets/Public/SPlayheadOverlay.h |
| Include Path | #include "SPlayheadOverlay.h" |
Syntax
class SPlayheadOverlay : public SLeafWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SLeafWidget → SPlayheadOverlay
- FSlateControlledConstruction → SWidget → SLeafWidget → SPlayheadOverlay
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DesiredHeight | float | SPlayheadOverlay.h | ||
| DesiredWidth | float | SPlayheadOverlay.h | ||
| PlayheadColor | FSlateColor | SPlayheadOverlay.h | ||
| PlayheadPosition | float | SPlayheadOverlay.h | ||
| PlayheadWidth | float | SPlayheadOverlay.h | ||
| Style | const FPlayheadOverlayStyle * | SPlayheadOverlay.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
SPlayheadOverlay.h | ||
void OnStyleUpdated
(
const FPlayheadOverlayStyle UpdatedStyle |
SPlayheadOverlay.h | ||
void SetPlayheadPosition
(
const float InNewPosition |
SPlayheadOverlay.h |