SListView::GetMaxRowSizeForColumn

Will determine the max row size for the specified column id

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Views/SListView.h

Include

#include "Widgets/Views/SListView.h"

Syntax

FVector2D GetMaxRowSizeForColumn
(
    const FName & ColumnId,
    EOrientation ColumnOrientation
)

Remarks

Will determine the max row size for the specified column id

Returns

The max size for a column Id.

Parameters

Parameter

Description

ColumnId

Column Id

ColumnOrientation

Orientation that is main axis you want to query

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