Navigation
API > API/Plugins > API/Plugins/WaveformEditorWidgets
References
| Module | WaveformEditorWidgets |
| Header | /Engine/Plugins/Editor/WaveformEditor/Source/WaveformEditorWidgets/Public/WaveformEditorZoomController.h |
| Include | #include "WaveformEditorZoomController.h" |
Syntax
class FWaveformEditorZoomController
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOnZoomRatioChanged | OnZoomRatioChanged |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CanZoomIn () |
||
| bool | CanZoomOut () |
||
| float | GetZoomRatio () |
||
| void | ZoomByDelta
(
const float Delta |
||
| void | ZoomIn () |
||
| void | ZoomOut () |