Navigation
API > API/Editor > API/Editor/MovieSceneTools > API/Editor/MovieSceneTools/Channels > API/Editor/MovieSceneTools/Channels/SCurveEditorKeyBarView
- SWidget::Tick()
- SCurveEditorKeyBarView::Tick()
References
| Module | MovieSceneTools |
| Header | /Engine/Source/Editor/MovieSceneTools/Public/Channels/SCurveEditorKeyBarView.h |
| Include | #include "Channels/SCurveEditorKeyBarView.h" |
| Source | /Engine/Source/Editor/MovieSceneTools/Private/Channels/SCurveEditorKeyBarView.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 |