SScrollBox::Tick

Ticks this widget with Geometry.

Windows
MacOS
Linux

Override Hierarchy

SWidget::Tick()

SScrollBox::Tick()

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SScrollBox.h

Include

#include "Widgets/Layout/SScrollBox.h"

Source

/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SScrollBox.cpp

Syntax

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

Remarks

Ticks this widget with Geometry. Override in derived classes, but always call the parent implementation.

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