Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/STableViewBase
Information about the outcome of the WidgetRegeneratePass
| Name | FReGenerateResults |
| Type | struct |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Views/STableViewBase.h |
| Include Path | #include "Widgets/Views/STableViewBase.h" |
Syntax
struct FReGenerateResults
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FReGenerateResults
(
double InNewScrollOffset, |
Widgets/Views/STableViewBase.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bGeneratedPastLastItem | bool | True when we have generated | Widgets/Views/STableViewBase.h | |
| ExactNumLinesOnScreen | double | How many lines are fitting on the screen, including fractions | Widgets/Views/STableViewBase.h | |
| LengthOfGeneratedItems | double | The total length along the scroll axis of the widgets that we have generated to represent the visible subset of the items | Widgets/Views/STableViewBase.h | |
| NewScrollOffset | double | The scroll offset that we actually use might not be what the user asked for | Widgets/Views/STableViewBase.h |