Navigation
API > API/Plugins > API/Plugins/AudioWidgets > API/Plugins/AudioWidgets/SFixedSampledSequenceViewerPanel
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/AudioWidgets/Source/AudioWidgets/Public/SFixedSampledSequenceViewerPanel.h |
| Include Path | #include "SFixedSampledSequenceViewerPanel.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SFixedSampledSequenceViewerPanel >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SFixedSampledSequenceViewerPanel::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
SFixedSampledSequenceViewerPanel.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | SFixedSampledSequenceViewerPanel.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & HideSamplesGrid
(
const TAttribute< bool >& InAttribute |
Whether the samples grid should be drawn or not | SFixedSampledSequenceViewerPanel.h | |
WidgetArgsType & HideSamplesRuler
(
const TAttribute< bool >& InAttribute |
Whether the samples ruler should be drawn or not | SFixedSampledSequenceViewerPanel.h | |
WidgetArgsType & HideValueGrid
(
const TAttribute< bool >& InAttribute |
Whether the value grid should be drawn or not | SFixedSampledSequenceViewerPanel.h | |
WidgetArgsType & PlayheadOverlayStyle
(
const FPlayheadOverlayStyle* InArg |
Playhead overlay widget style | SFixedSampledSequenceViewerPanel.h | |
WidgetArgsType & SamplesRulerDisplayUnit
(
ESampledSequenceDisplayUnit InArg |
Samples ruler display unit | SFixedSampledSequenceViewerPanel.h | |
WidgetArgsType & SamplesRulerStyle
(
const FFixedSampleSequenceRulerStyle* InArg |
Time Ruler widget style | SFixedSampledSequenceViewerPanel.h | |
WidgetArgsType & SequenceDrawingParams
(
SampledSequenceDrawingUtils::FSampledSequenceDrawingParams InArg |
Sequence drawing params | SFixedSampledSequenceViewerPanel.h | |
WidgetArgsType & SequenceViewerStyle
(
const FSampledSequenceViewerStyle* InArg |
Sequence viewer widget style | SFixedSampledSequenceViewerPanel.h | |
SLATE_DEFAULT_SLOT
(
FArguments, |
Whether the playhead should be drawn or not | SFixedSampledSequenceViewerPanel.h | |
WidgetArgsType & ValueGridDivideMode
(
SampledSequenceValueGridOverlay::EGridDivideMode InArg |
Regulates how the value grid is divided | SFixedSampledSequenceViewerPanel.h | |
| Allows customization of labels displayed in the value grid | SFixedSampledSequenceViewerPanel.h | ||
WidgetArgsType & ValueGridMaxDivisionParameter
(
uint32 InArg |
Maximum number of divisions in the value grid | SFixedSampledSequenceViewerPanel.h | |
WidgetArgsType & ValueGridStyle
(
const FSampledSequenceValueGridOverlayStyle* InArg |
Value grid widget style | SFixedSampledSequenceViewerPanel.h |