Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Views
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Views/STableViewBase.h |
| Include | #include "Widgets/Views/STableViewBase.h" |
Syntax
struct FTableViewDimensions
Remarks
Scroll offset from the beginning of the list in items Abstracts away the need to distinguish between X or Y when calculating table layout elements
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | LineAxis | The dimension orthogonal to the scroll axis, along which lines of items are created. | |
| EOrientation | Orientation | ||
| float | ScrollAxis | The dimension along the scrolling axis of the table view (Y when oriented vertically, X when horizontal) |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FTableViewDimensions
(
EOrientation InOrientation |
|||
FTableViewDimensions
(
EOrientation InOrientation, |
|||
FTableViewDimensions
(
EOrientation InOrientation, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UE::Slate::FDeprecateVector2DResult | ToVector2D () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FTableViewDimensions | operator+
(
const FTableViewDimensions& Other |