STableViewBase::GetNumItemsPerLine

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.

Windows
MacOS
Linux

Override Hierarchy

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

Syntax

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)

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