UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
STableViewBase::FReGenerateResults Struct Reference

#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
 

Detailed Description

Information about the outcome of the WidgetRegeneratePass

Constructor & Destructor Documentation

◆ FReGenerateResults()

STableViewBase::FReGenerateResults::FReGenerateResults ( double  InNewScrollOffset,
double  InLengthGenerated,
double  InItemsOnScreen,
bool  AtEndOfList 
)
inline

Member Data Documentation

◆ bGeneratedPastLastItem

bool STableViewBase::FReGenerateResults::bGeneratedPastLastItem = false

True when we have generated

◆ ExactNumLinesOnScreen

double STableViewBase::FReGenerateResults::ExactNumLinesOnScreen = 0.

How many lines are fitting on the screen, including fractions

◆ LengthOfGeneratedItems

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

◆ NewScrollOffset

double STableViewBase::FReGenerateResults::NewScrollOffset = 0.

The scroll offset that we actually use might not be what the user asked for


The documentation for this struct was generated from the following file: