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