FTableViewDimensions

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

Windows
MacOS
Linux

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

Name Description

Public variable

float

 

LineAxis

The dimension orthogonal to the scroll axis, along which lines of items are created.

Public variable

EOrientation

 

Orientation

Public variable

float

 

ScrollAxis

The dimension along the scrolling axis of the table view (Y when oriented vertically, X when horizontal)

Constructors

Name Description

Public function

FTableViewDimensions

(
    EOrientation InOrientation
)

Public function

FTableViewDimensions

(
    EOrientation InOrientation,
    const FVector2D& Size
)

Public function

FTableViewDimensions

(
    EOrientation InOrientation,
    float X,
    float Y
)

Functions

Name Description

Public function Const

FVector2D

 

ToVector2D()

Operators

Name Description

Public function Const

FTableViewDi...

 

operator+

(
    const FTableViewDimensions& Other
)

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