![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <STableViewBase.h>
Public Member Functions | |
| FReGenerateResults (double InNewScrollOffset, double InLengthGenerated, double InItemsOnScreen, bool AtEndOfList) | |
Public Attributes | |
| double | NewScrollOffset = 0. |
| double | LengthOfGeneratedItems = 0. |
| double | ExactNumLinesOnScreen = 0. |
| bool | bGeneratedPastLastItem = false |
Information about the outcome of the WidgetRegeneratePass
|
inline |
| double STableViewBase::FReGenerateResults::ExactNumLinesOnScreen = 0. |
How many lines are fitting on the screen, including fractions
| double STableViewBase::FReGenerateResults::LengthOfGeneratedItems = 0. |
The total length along the scroll axis of the widgets that we have generated to represent the visible subset of the items
| double STableViewBase::FReGenerateResults::NewScrollOffset = 0. |
The scroll offset that we actually use might not be what the user asked for