Navigation
API > API/Plugins > API/Plugins/WaveformEditorWidgets > API/Plugins/WaveformEditorWidgets/SWaveformTransformationRenderLay-
- SWidget::Tick()
- SWaveformTransformationRenderLayer::Tick()
References
| Module | WaveformEditorWidgets |
| Header | /Engine/Plugins/Editor/WaveformEditor/Source/WaveformEditorWidgets/Public/SWaveformTransformationRenderLayer.h |
| Include | #include "SWaveformTransformationRenderLayer.h" |
| Source | /Engine/Plugins/Editor/WaveformEditor/Source/WaveformEditorWidgets/Private/SWaveformTransformationRenderLayer.cpp |
virtual void Tick
&40;
const FGeometry & AllottedGeometry,
const double InCurrentTime,
const float InDeltaTime
&41;
Remarks
Ticks this widget with Geometry. Override in derived classes, but always call the parent implementation.
Parameters
| Name | Description |
|---|---|
| AllottedGeometry | The space allotted for this widget |
| InCurrentTime | Current absolute real time |
| InDeltaTime | Real time passed since last tick |