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