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