UScrollBox::ScrollWidgetIntoView

Scrolls the ScrollBox to the widget during the next layout pass.

Windows
MacOS
Linux

References

Module

UMG

Header

/Engine/Source/Runtime/UMG/Public/Components/ScrollBox.h

Include

#include "Components/ScrollBox.h"

Source

/Engine/Source/Runtime/UMG/Private/Components/ScrollBox.cpp

Syntax

void ScrollWidgetIntoView
(
    UWidget * WidgetToFind,
    bool AnimateScroll,
    EDescendantScrollDestination ScrollDestination,
    float Padding
)

Remarks

Scrolls the ScrollBox to the widget during the next layout pass.

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