Navigation
API > API/Plugins > API/Plugins/WaveformEditorWidgets
| Name | FWaveformEditorGridData |
| Type | class |
| Header File | /Engine/Plugins/Editor/WaveformEditor/Source/WaveformEditorWidgets/Public/WaveformEditorGridData.h |
| Include Path | #include "WaveformEditorGridData.h" |
Syntax
class FWaveformEditorGridData : public IFixedSampledSequenceGridService
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FWaveformEditorGridData
(
const uint32 InTotalFrames, |
WaveformEditorGridData.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnGridMetricsUpdated | FOnWaveformEditorGridUpdated | WaveformEditorGridData.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DisplayRange | TRange< uint32 > | WaveformEditorGridData.h | ||
| GridFrameRate | FFrameRate | WaveformEditorGridData.h | ||
| GridMetrics | FFixedSampledSequenceGridMetrics | WaveformEditorGridData.h | ||
| GridSizePixels | float | WaveformEditorGridData.h | ||
| TicksTimeFont | const FSlateFontInfo * | WaveformEditorGridData.h | ||
| TotalFrames | uint32 | WaveformEditorGridData.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetTicksTimeFont
(
const FSlateFontInfo* InNewFont |
WaveformEditorGridData.h | ||
void UpdateDisplayRange
(
const TRange< uint32 > InDisplayRange |
WaveformEditorGridData.h | ||
bool UpdateGridMetrics
(
const float InGridSizePixels |
WaveformEditorGridData.h |
Overridden from IFixedSampledSequenceGridService
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const FFixedSampledSequenceGridMetrics GetGridMetrics() |
WaveformEditorGridData.h | ||
virtual const float SnapPositionToClosestFrame
(
const float InPixelPosition |
WaveformEditorGridData.h |