SScrollBox::InternalScrollDescendantIntoView

Scrolls or begins scrolling a widget into view, only valid to call when we have layout geometry.

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"

Source

/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SScrollBox.cpp

Syntax

bool InternalScrollDescendantIntoView
(
    const FGeometry & MyGeometry,
    const TSharedPtr< SWidget > & WidgetToFind,
    bool InAnimateScroll,
    EDescendantScrollDestination InDestination,
    float Padding
)

Remarks

Scrolls or begins scrolling a widget into view, only valid to call when we have layout geometry.