Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/STileView
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)
Virtual Inheritance
- STableViewBase::GetNumItemsPerLine → STileView::GetNumItemsPerLine
| Name | GetNumItemsPerLine |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Views/STileView.h |
| Include Path | #include "Widgets/Views/STileView.h" |
virtual int32 GetNumItemsPerLine() const