Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/STableViewBase
| |
|
| Name |
EScrollIntoViewResult |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Slate/Public/Widgets/Views/STableViewBase.h |
| Include Path |
#include "Widgets/Views/STableViewBase.h" |
Syntax
enum EScrollIntoViewResult
{
Success,
Deferred,
Failure,
}
Values
| Name |
Remarks |
| 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. |