SScrollBar::SetOnUserScrolled

Set the handler to be invoked when the user scrolls.

Windows
MacOS
Linux

References

Module

Slate

Header

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

Include

#include "Widgets/Layout/SScrollBar.h"

Source

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

Syntax

void SetOnUserScrolled
(
    const FOnUserScrolled & InHandler
)

Remarks

Set the handler to be invoked when the user scrolls.

Parameters

Parameter

Description

InHandler

Method to execute when the user scrolls the scrollbar

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