Navigation
API > API/Plugins > API/Plugins/WaveformEditorWidgets
| Name | SWaveformTransformationsOverlay |
| Type | class |
| Header File | /Engine/Plugins/Editor/WaveformEditor/Source/WaveformEditorWidgets/Public/SWaveformTransformationsOverlay.h |
| Include Path | #include "SWaveformTransformationsOverlay.h" |
Syntax
class SWaveformTransformationsOverlay : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SWaveformTransformationsOverlay
- FSlateControlledConstruction → SWidget → SCompoundWidget → SWaveformTransformationsOverlay
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AnchorsRatioConverter | TFunction< float(const float)> | SWaveformTransformationsOverlay.h | ||
| LayersSlots | TArray< SConstraintCanvas::FSlot * > | SWaveformTransformationsOverlay.h | ||
| MainOverlayPtr | TSharedPtr< SOverlay > | SWaveformTransformationsOverlay.h | ||
| TransformationLayers | TArray< TSharedPtr< SWidget > > | SWaveformTransformationsOverlay.h | ||
| TransformationRenderers | TArrayView< const FTransformationLayerRenderInfo > | SWaveformTransformationsOverlay.h | ||
| ZoomController | TSharedPtr< FWaveformEditorZoomController > | SWaveformTransformationsOverlay.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
SWaveformTransformationsOverlay.h | ||
void OnLayerChainGenerated
(
FTransformationLayerRenderInfo* FirstLayerPtr, |
SWaveformTransformationsOverlay.h | ||
void UpdateLayerConstraints() |
SWaveformTransformationsOverlay.h |
Overridden from SWidget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FCursorReply OnCursorQuery
(
const FGeometry& MyGeometry, |
SWaveformTransformationsOverlay.h | ||
virtual FReply OnMouseButtonDown
(
const FGeometry& MyGeometry, |
SWaveformTransformationsOverlay.h | ||
virtual FReply OnMouseButtonUp
(
const FGeometry& MyGeometry, |
SWaveformTransformationsOverlay.h | ||
virtual FReply OnMouseMove
(
const FGeometry& MyGeometry, |
SWaveformTransformationsOverlay.h | ||
virtual FReply OnMouseWheel
(
const FGeometry& MyGeometry, |
SWaveformTransformationsOverlay.h |