FReGenerateResults

Information about the outcome of the WidgetRegeneratePass

Windows
MacOS
Linux

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

Name Description

Public variable

bool

 

bGeneratedPastLastItem

True when we have generated

Public variable

double

 

ExactNumLinesOnScreen

How many lines are fitting on the screen, including fractions

Public variable

double

 

LengthOfGeneratedItems

The total length along the scroll axis of the widgets that we have generated to represent the visible subset of the items

Public variable

double

 

NewScrollOffset

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

Constructors

Name Description

Public function

FReGenerateResults

(
    double InNewScrollOffset,
    double InLengthGenerated,
    double InItemsOnScreen,
    bool AtEndOfList
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss