EDescendantScrollDestination

Where to scroll the descendant to

Windows
MacOS
Linux

References

Module

Slate

Header

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

Include

#include "Widgets/Layout/SScrollBox.h"

Syntax

enum EDescendantScrollDestination
{
    IntoView,
    TopOrLeft,
    Center,
    BottomOrRight,
}

Values

Name

Description

IntoView

Scroll the widget into view using the least amount of energy possible.

TopOrLeft

Always scroll the widget so it appears at the top/Left of the scrollable area.

Center

Always scroll the widget so it appears at the center of the scrollable area, if possible.

BottomOrRight

Always scroll the widget so it appears at the bottom/Right of the scrollable area.

Remarks

Where to scroll the descendant to

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