Navigation
API > API/Plugins > API/Plugins/AudioWidgets
| Name | SSampledSequenceValueGridOverlay |
| Type | class |
| Header File | /Engine/Plugins/Runtime/AudioWidgets/Source/AudioWidgets/Public/SSampledSequenceValueGridOverlay.h |
| Include Path | #include "SSampledSequenceValueGridOverlay.h" |
Syntax
class SSampledSequenceValueGridOverlay : public SLeafWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SLeafWidget → SSampledSequenceValueGridOverlay
- FSlateControlledConstruction → SWidget → SLeafWidget → SSampledSequenceValueGridOverlay
Structs
| Name | Remarks |
|---|---|
| FArguments | |
| FGridLabelData |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bForceRedraw | bool | SSampledSequenceValueGridOverlay.h | ||
| bHideGrid | bool | SSampledSequenceValueGridOverlay.h | ||
| bHideLabels | bool | SSampledSequenceValueGridOverlay.h | ||
| CachedGridSlotData | TArray< SampledSequenceDrawingUtils::FGridData > | SSampledSequenceValueGridOverlay.h | ||
| CachedLabelData | TArray< FGridLabelData > | SSampledSequenceValueGridOverlay.h | ||
| CachedLocalSize | FVector2D | SSampledSequenceValueGridOverlay.h | ||
| DesiredHeight | float | SSampledSequenceValueGridOverlay.h | ||
| DesiredWidth | float | SSampledSequenceValueGridOverlay.h | ||
| DrawingParams | SampledSequenceDrawingUtils::FSampledSequenceDrawingParams | SSampledSequenceValueGridOverlay.h | ||
| GridColor | FSlateColor | SSampledSequenceValueGridOverlay.h | ||
| GridSplitMode | SampledSequenceValueGridOverlay::EGridDivideMode | SSampledSequenceValueGridOverlay.h | ||
| GridThickness | float | SSampledSequenceValueGridOverlay.h | ||
| LabelTextColor | FSlateColor | SSampledSequenceValueGridOverlay.h | ||
| LabelTextFont | FSlateFontInfo | SSampledSequenceValueGridOverlay.h | ||
| LabelToGridPixelDistance | const float | SSampledSequenceValueGridOverlay.h | ||
| MaxDivisionParameter | uint32 | SSampledSequenceValueGridOverlay.h | ||
| NumDimensions | uint32 | SSampledSequenceValueGridOverlay.h | ||
| OnValueGridLabel | TFunction< FText(const double)> | SSampledSequenceValueGridOverlay.h | ||
| Style | const FSampledSequenceValueGridOverlayStyle * | SSampledSequenceValueGridOverlay.h | ||
| ValueGridFormatOptions | FNumberFormattingOptions | SSampledSequenceValueGridOverlay.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
SSampledSequenceValueGridOverlay.h | ||
void ForceRedraw() |
SSampledSequenceValueGridOverlay.h | ||
virtual int32 OnPaint
(
const FPaintArgs& Args, |
SSampledSequenceValueGridOverlay.h | ||
void OnStyleUpdated
(
const FSampledSequenceValueGridOverlayStyle UpdatedStyle |
SSampledSequenceValueGridOverlay.h | ||
void SetHideGrid
(
const bool InHideGrid |
SSampledSequenceValueGridOverlay.h | ||
void SetHideLabels
(
const bool InHideLabels |
SSampledSequenceValueGridOverlay.h | ||
| SSampledSequenceValueGridOverlay.h | |||
void SetMaxDivisionParameter
(
const uint32 InDivisionParameter |
SSampledSequenceValueGridOverlay.h |
Overridden from SWidget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FVector2D ComputeDesiredSize
(
float |
SSampledSequenceValueGridOverlay.h | ||
virtual void Tick
(
const FGeometry& AllottedGeometry, |
SSampledSequenceValueGridOverlay.h |