SLiveLinkCurveDebugUIListItem::GenerateWidgetForColumn

Users of [SMultiColumnTableRow](API\Runtime\Slate\Widgets\Views\SMultiColumnTableRow) would usually some piece of data associated with it.

Windows
MacOS
Linux

Override Hierarchy

SMultiColumnTableRow::GenerateWidgetForColumn()

SLiveLinkCurveDebugUIListItem::GenerateWidgetForColumn()

References

Module

LiveLinkCurveDebugUI

Header

/Engine/Plugins/Animation/LiveLinkCurveDebugUI/Source/LiveLinkCurveDebugUI/Public/SLiveLinkCurveDebugUIListItem.h

Include

#include "SLiveLinkCurveDebugUIListItem.h"

Source

/Engine/Plugins/Animation/LiveLinkCurveDebugUI/Source/LiveLinkCurveDebugUI/Private/SLiveLinkCurveDebugUIListItem.cpp

Syntax

virtual TSharedRef< SWidget > GenerateWidgetForColumn
(
    const FName & InColumnName
)

Remarks

Users of SMultiColumnTableRow would usually some piece of data associated with it. The type of this data is ItemType; it's the stuff that your TableView (i.e. List or Tree) is visualizing. The ColumnName tells you which column of the TableView we need to make a widget for. Make a widget and return it.

Returns

a widget to represent the contents of a cell in this row of a TableView.

Parameters

Parameter

Description

ColumnName

A unique ID for a column in this TableView; see SHeaderRow::FColumn for more info.

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