Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/STableViewBase
Description
Get the number of items that can fit in the view along the line axis (orthogonal to the scroll axis) before creating a new line. Default is 1, but may be more in subclasses (like STileView)
Derived Overrides
| Name | GetNumItemsPerLine |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Views/STableViewBase.h |
| Include Path | #include "Widgets/Views/STableViewBase.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Widgets/Views/STableViewBase.cpp |
virtual int32 GetNumItemsPerLine() const