Navigation
API > API/Plugins > API/Plugins/AudioWidgets
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SLeafWidget
- SSampledSequenceValueGridOverlay
References
| Module | AudioWidgets |
| Header | /Engine/Plugins/Runtime/AudioWidgets/Source/AudioWidgets/Public/SSampledSequenceValueGridOverlay.h |
| Include | #include "SSampledSequenceValueGridOverlay.h" |
Syntax
class SSampledSequenceValueGridOverlay : public SLeafWidget
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs |
||
| void | ForceRedraw () |
||
| void | OnStyleUpdated
(
const FSampledSequenceValueGridOverlayStyle UpdatedStyle |
||
| void | SetHideGrid
(
const bool InHideGrid |
||
| void | SetHideLabels
(
const bool InHideLabels |
||
| void | SetLabelGenerator
(
TFunction< FText(const double)> InLabelGenerator |
||
| void | SetMaxDivisionParameter
(
const uint32 InDivisionParameter |
Overridden from SWidget
| Type | Name | Description | |
|---|---|---|---|
| FVector2D | ComputeDesiredSize
(
float |
Overwritten from SWidget. | |
| int32 | OnPaint
(
const FPaintArgs& Args, |
Overwritten from SWidget. | |
| void | Ticks this widget with Geometry. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |