Navigation
API > API/Plugins > API/Plugins/AudioWidgets > API/Plugins/AudioWidgets/SFixedSampledSequenceViewerPanel
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SFixedSampledSequenceViewerPanel::FArguments
References
| Module | AudioWidgets |
| Header | /Engine/Plugins/Runtime/AudioWidgets/Source/AudioWidgets/Public/SFixedSampledSequenceViewerPanel.h |
| Include | #include "SFixedSampledSequenceViewerPanel.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SFixedSampledSequenceViewerPanel >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | HidePlayhead
(
const TAttribute< bool >& InAttribute |
Whether the playhead should be drawn or not | |
| WidgetArgsType & | HideSamplesGrid
(
const TAttribute< bool >& InAttribute |
Whether the samples grid should be drawn or not | |
| WidgetArgsType & | HideSamplesRuler
(
const TAttribute< bool >& InAttribute |
Whether the samples ruler should be drawn or not | |
| WidgetArgsType & | HideValueGrid
(
const TAttribute< bool >& InAttribute |
Whether the value grid should be drawn or not | |
| NamedSlotProperty< FArguments > | InArgs () |
||
| WidgetArgsType & | PlayheadOverlayStyle
(
const FPlayheadOverlayStyle* InArg |
Playhead overlay widget style | |
| WidgetArgsType & | Samples ruler display unit | ||
| WidgetArgsType & | SamplesRulerStyle
(
const FFixedSampleSequenceRulerStyle* InArg |
Time Ruler widget style | |
| WidgetArgsType & | Sequence drawing params | ||
| WidgetArgsType & | SequenceViewerStyle
(
const FSampledSequenceViewerStyle* InArg |
Sequence viewer widget style | |
| WidgetArgsType & | Regulates how the value grid is divided | ||
| WidgetArgsType & | ValueGridLabelGenerator
(
TFunction< FText(const double)> InArg |
Allows customization of labels displayed in the value grid | |
| WidgetArgsType & | ValueGridMaxDivisionParameter
(
uint32 InArg |
Maximum number of divisions in the value grid | |
| WidgetArgsType & | ValueGridStyle
(
const FSampledSequenceValueGridOverlayStyle* InArg |
Value grid widget style |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FArguments & | operator[]
(
const TSharedRef< SWidget >& InChild |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |