RequestScrollIntoView

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

RequestScrollIntoView

(
    ItemType ItemToView,
    const uint32 UserIndex
)

Scroll an item into view. If the item is not found, fails silently.

Public function

void

 

RequestScrollIntoView

(
    ItemType ItemToView,
    const uint32 UserIndex,
    const bool NavigateOnScrollIntoView
)

RequestScrollIntoView no longer takes parameter bNavigateOnScrollIntoView. Call RequestNavigateToItem instead of RequestScrollIntoView if navigation is required.

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