STableViewBase::ScrollBar_OnUserScrolled

Invoked by the scrollbar when the user scrolls.

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

void ScrollBar_OnUserScrolled
(
    float InScrollOffsetFraction
)

Remarks

Invoked by the scrollbar when the user scrolls.

Parameters

Parameter

Description

InScrollOffsetFraction

The location to which the user scrolled as a fraction (between 0 and 1) of total height of the content.

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