STableRow::GetRowSizeForColumn

By default, this function does nothing, it should be implemented by derived class

Windows
MacOS
Linux

Override Hierarchy

ITableRow::GetRowSizeForColumn()

STableRow::GetRowSizeForColumn()

References

Module

Slate

Header

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

Include

#include "Widgets/Views/STableRow.h"

Syntax

virtual FVector2D GetRowSizeForColumn
(
    const FName & InColumnName
) const

Remarks

By default, this function does nothing, it should be implemented by derived class

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