Navigation
Unreal Engine C++ API Reference > Runtime > Slate > Widgets > Views > STableViewBase
References
Module | Slate |
Header | /Engine/Source/Runtime/Slate/Public/Widgets/Views/STableViewBase.h |
Include | #include "Widgets/Views/STableViewBase.h" |
Source | /Engine/Source/Runtime/Slate/Private/Widgets/Views/STableViewBase.cpp |
virtual int32 GetNumItemsPerLine() const
Remarks
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)