Navigation
API > API/Plugins > API/Plugins/AudioWidgets
| Name | SFixedSampledSequenceViewerPanel |
| Type | class |
| Header File | /Engine/Plugins/Runtime/AudioWidgets/Source/AudioWidgets/Public/SFixedSampledSequenceViewerPanel.h |
| Include Path | #include "SFixedSampledSequenceViewerPanel.h" |
Syntax
class SFixedSampledSequenceViewerPanel :
public SCompoundWidget ,
public IFixedSampledSequenceViewReceiver
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SFixedSampledSequenceViewerPanel
- FSlateControlledConstruction → SWidget → SCompoundWidget → SFixedSampledSequenceViewerPanel
Implements Interfaces
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BackgroundBorder | TSharedPtr< SBorder > | SFixedSampledSequenceViewerPanel.h | ||
| bHidePlayhead | bool | SFixedSampledSequenceViewerPanel.h | ||
| bHideSamplesGrid | bool | SFixedSampledSequenceViewerPanel.h | ||
| bHideSamplesRuler | bool | SFixedSampledSequenceViewerPanel.h | ||
| bHideValueGrid | bool | SFixedSampledSequenceViewerPanel.h | ||
| CachedPixelWidth | float | SFixedSampledSequenceViewerPanel.h | ||
| CachedPlayheadRatio | float | SFixedSampledSequenceViewerPanel.h | ||
| DataView | FFixedSampledSequenceView | SFixedSampledSequenceViewerPanel.h | ||
| DrawingParams | SampledSequenceDrawingUtils::FSampledSequenceDrawingParams | SFixedSampledSequenceViewerPanel.h | ||
| PlayheadOverlay | TSharedPtr< SPlayheadOverlay > | SFixedSampledSequenceViewerPanel.h | ||
| SamplesGridData | TSharedPtr< FFixedSampledSequenceGridData > | SFixedSampledSequenceViewerPanel.h | ||
| SamplesRuler | TSharedPtr< SFixedSampledSequenceRuler > | SFixedSampledSequenceViewerPanel.h | ||
| SamplesRulerDisplayUnit | ESampledSequenceDisplayUnit | SFixedSampledSequenceViewerPanel.h | ||
| SequenceViewer | TSharedPtr< SFixedSampledSequenceViewer > | SFixedSampledSequenceViewerPanel.h | ||
| ValueGridOverlay | TSharedPtr< SSampledSequenceValueGridOverlay > | SFixedSampledSequenceViewerPanel.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
SFixedSampledSequenceViewerPanel.h | ||
void SetPlayheadRatio
(
const float InRatio |
SFixedSampledSequenceViewerPanel.h | ||
void UpdatePlayheadOverlayStyle
(
const FPlayheadOverlayStyle UpdatedStyle |
SFixedSampledSequenceViewerPanel.h | ||
void UpdateRulerStyle
(
const FFixedSampleSequenceRulerStyle UpdatedStyle |
SFixedSampledSequenceViewerPanel.h | ||
void UpdateSequenceViewerStyle
(
const FSampledSequenceViewerStyle UpdatedStyle |
SFixedSampledSequenceViewerPanel.h | ||
void UpdateValueGridOverlayStyle
(
const FSampledSequenceValueGridOverlayStyle UpdatedStyle |
SFixedSampledSequenceViewerPanel.h |
Overridden from SWidget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Tick
(
const FGeometry& AllottedGeometry, |
SFixedSampledSequenceViewerPanel.h |
Overridden from IFixedSampledSequenceViewReceiver
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ReceiveSequenceView
(
const FFixedSampledSequenceView InData, |
IFixedSampledSequenceViewReceiver Interface | SFixedSampledSequenceViewerPanel.h |