EScrollWhenFocusChanges

Set behavior when user focus changes inside this scroll box

Choose your operating system:

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