EScrollIntoViewResult

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Views/STableViewBase.h

Include

#include "Widgets/Views/STableViewBase.h"

Syntax

enum EScrollIntoViewResult
{
    Success,
    Deferred,
    Failure,
}

Values

Name

Description

Success

The function scrolled an item (if set) into view (or the item was already in view)

Deferred

The function did not have enough data to scroll the given item into view, so it should be deferred until the next Tick

Failure

The function failed to scroll to the specified item.

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