Navigation
API > API/Plugins > API/Plugins/LiveLinkCurveDebugUI > API/Plugins/LiveLinkCurveDebugUI/SLiveLinkCurveDebugUI
- SWidget::Tick()
- SLiveLinkCurveDebugUI::Tick()
References
| Module | LiveLinkCurveDebugUI |
| Header | /Engine/Plugins/Animation/LiveLinkCurveDebugUI/Source/LiveLinkCurveDebugUI/Public/SLiveLinkCurveDebugUI.h |
| Include | #include "SLiveLinkCurveDebugUI.h" |
| Source | /Engine/Plugins/Animation/LiveLinkCurveDebugUI/Source/LiveLinkCurveDebugUI/Private/SLiveLinkCurveDebugUI.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 |