Navigation
API > API/Plugins > API/Plugins/WaveformEditorWidgets
| Name | FWaveformEditorStyle |
| Type | class |
| Header File | /Engine/Plugins/Editor/WaveformEditor/Source/WaveformEditorWidgets/Public/WaveformEditorStyle.h |
| Include Path | #include "WaveformEditorStyle.h" |
Syntax
class FWaveformEditorStyle : public FSlateStyleSet
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FWaveformEditorStyle() |
WaveformEditorStyle.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FWaveformEditorStyle() |
WaveformEditorStyle.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| OnNewPlayheadOverlayStyle | FOnNewPlayheadOverlayStyle | WaveformEditorStyle.h | |
| OnNewTimeRulerStyle | FOnNewTimeRulerStyle | WaveformEditorStyle.h | |
| OnNewValueGridOverlayStyle | FOnNewValueGridOverlayStyle | WaveformEditorStyle.h | |
| OnNewWaveformViewerStyle | FOnNewWaveformViewerStyle | WaveformEditorStyle.h | |
| StyleInstance | TUniquePtr< FWaveformEditorStyle > | WaveformEditorStyle.h | |
| StyleName | FName | WaveformEditorStyle.h |
Functions
Public
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FPlayheadOverlayStyle CreatePlayheadOverlayStyleFromSettings
(
const UWaveformEditorWidgetsSettings& InSettings |
WaveformEditorStyle.h | ||
static FFixedSampleSequenceRulerStyle CreateTimeRulerStyleFromSettings
(
const UWaveformEditorWidgetsSettings& InSettings |
WaveformEditorStyle.h | ||
static FSampledSequenceValueGridOverlayStyle CreateValueGridOverlayStyleFromSettings
(
const UWaveformEditorWidgetsSettings& InSettings |
WaveformEditorStyle.h | ||
static FSampledSequenceViewerStyle CreateWaveformViewerStyleFromSettings
(
const UWaveformEditorWidgetsSettings& InSettings |
WaveformEditorStyle.h | ||
static FWaveformEditorStyle & Get() |
Access the singleton instance for this style set | WaveformEditorStyle.h | |
static const UWaveformEditorWidgetsSettings * GetWidgetsSettings() |
WaveformEditorStyle.h | ||
static void Init() |
WaveformEditorStyle.h | ||
static void OnWidgetSettingsUpdated
(
const FName& PropertyName, |
WaveformEditorStyle.h |