unreal.ScrollWhenFocusChanges

class unreal.ScrollWhenFocusChanges

Bases: unreal.EnumBase

Set behavior when user focus changes inside this scroll box

C++ Source:

  • Module: Slate

  • File: SScrollBox.h

ANIMATED_SCROLL

Use animation to scroll using NavigationDestination rule

Type

2

INSTANT_SCROLL

Instantly scroll using NavigationDestination rule

Type

1

NO_SCROLL

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

Type

0