![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Widgets/Views/STableViewBase.h"#include "Rendering/DrawElements.h"#include "Types/SlateConstants.h"#include "Types/SlateStructs.h"#include "Widgets/DeclarativeSyntaxSupport.h"#include "Widgets/SBoxPanel.h"#include "Styling/SlateTypes.h"#include "Styling/CoreStyle.h"#include "Layout/WidgetPath.h"#include "Framework/Application/MenuStack.h"#include "Framework/Application/SlateApplication.h"#include "Widgets/Layout/SBox.h"#include "Widgets/Layout/SScrollBar.h"#include "Framework/Layout/Overscroll.h"#include "Widgets/Views/STableRow.h"#include "Widgets/Views/SListPanel.h"#include "Widgets/Images/SImage.h"Namespaces | |
| namespace | ListConstants |
Variables | |
| int32 | MaxNumberOfDeltaTimes = 20 |
| FAutoConsoleVariableRef | CVarMaxNumberOfDeltaTimes (TEXT("Slate.InertialScrolling.MaxNumberOfDeltaTimes"), MaxNumberOfDeltaTimes, TEXT("The number of DeltaTimes used to calculate the smooth DeltaTime used for animated scrolling."), ECVF_Default) |
| float | RatioOfOutliers = 0.4f |
| FAutoConsoleVariableRef | CVarRatioOfOutliers (TEXT("Slate.InertialScrolling.RatioOfOutliers"), RatioOfOutliers, TEXT("The ratio of outliers to remove from DeltaTimeQueue for the smooth DeltaTime calculation."), ECVF_Default) |
| FAutoConsoleVariableRef CVarMaxNumberOfDeltaTimes(TEXT("Slate.InertialScrolling.MaxNumberOfDeltaTimes"), MaxNumberOfDeltaTimes, TEXT("The number of DeltaTimes used to calculate the smooth DeltaTime used for animated scrolling."), ECVF_Default) | ( | TEXT("Slate.InertialScrolling.MaxNumberOfDeltaTimes") | , |
| MaxNumberOfDeltaTimes | , | ||
| TEXT("The number of DeltaTimes used to calculate the smooth DeltaTime used for animated scrolling.") | , | ||
| ECVF_Default | |||
| ) |
| FAutoConsoleVariableRef CVarRatioOfOutliers(TEXT("Slate.InertialScrolling.RatioOfOutliers"), RatioOfOutliers, TEXT("The ratio of outliers to remove from DeltaTimeQueue for the smooth DeltaTime calculation."), ECVF_Default) | ( | TEXT("Slate.InertialScrolling.RatioOfOutliers") | , |
| RatioOfOutliers | , | ||
| TEXT("The ratio of outliers to remove from DeltaTimeQueue for the smooth DeltaTime calculation.") | , | ||
| ECVF_Default | |||
| ) |
| int32 MaxNumberOfDeltaTimes = 20 |
| float RatioOfOutliers = 0.4f |