STreeView::Tick

See [SWidget::Tick()](API\Runtime\SlateCore\Widgets\SWidget\Tick)

Windows
MacOS
Linux

Override Hierarchy

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Views/STreeView.h

Include

#include "Widgets/Views/STreeView.h"

Syntax

virtual void Tick
(
    const FGeometry & AllottedGeometry,
    const double InCurrentTime,
    const float InDeltaTime
)

Remarks

Parameters

Parameter

Description

AllottedGeometry

The space allotted for this widget.

InCurrentTime

Current absolute real time.

InDeltaTime

Real time passed since last tick.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss