EScrollWhenFocusChanges

Set behavior when user focus changes inside this scroll box

Windows
MacOS
Linux

References

Module

Slate

Header

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

Include

#include "Widgets/Layout/SScrollBox.h"

Syntax

enum EScrollWhenFocusChanges
{
    NoScroll,
    InstantScroll,
    AnimatedScroll,
}

Values

Name

Description

NoScroll

Don't automatically scroll, navigation or child widget will handle this

InstantScroll

Instantly scroll using NavigationDestination rule

AnimatedScroll

Use animation to scroll using NavigationDestination rule

Remarks

Set behavior when user focus changes inside this scroll box

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