Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/STreeView
- SWidget::Tick()
- STableViewBase::Tick()
- STreeView::Tick()
- SOutlinerView::Tick()
References
| Module | UnrealEd |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Views/STreeView.h |
| Include | #include "Widgets/Views/STreeView.h" |
virtual void Tick
&40;
const FGeometry & AllottedGeometry,
const double InCurrentTime,
const float InDeltaTime
&41;
Remarks
See SWidget::Tick()
Parameters
| Name | Description |
|---|---|
| AllottedGeometry | The space allotted for this widget. |
| InCurrentTime | Current absolute real time. |
| InDeltaTime | Real time passed since last tick. |