STableViewBase::ScrollTo

Scroll the view to an offset and resets the inertial scroll velocity

Windows
MacOS
Linux

References

Module

Slate

Header

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

Include

#include "Widgets/Views/STableViewBase.h"

Source

/Engine/Source/Runtime/Slate/Private/Widgets/Views/STableViewBase.cpp

Syntax

virtual float ScrollTo
(
    float InScrollOffset
)

Remarks

Scroll the view to an offset and resets the inertial scroll velocity

Returns

The amount actually scrolled

Parameters

Parameter

Description

InScrollOffset

Offset into the total list length to scroll down.

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