STreeView::GenerateNewWidget

Given a TreeItem, create a Widget to represent it in the tree view.

Windows
MacOS
Linux

Override Hierarchy

SListView::GenerateNewWidget()

STreeView::GenerateNewWidget()

References

Module

Slate

Header

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

Include

#include "Widgets/Views/STreeView.h"

Syntax

virtual TSharedRef< ITableRow > GenerateNewWidget
(
    ItemType InItem
)

Remarks

Given a TreeItem, create a Widget to represent it in the tree view.

Returns

A widget that represents this item.

Parameters

Parameter

Description

InItem

Item to visualize.

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