ICurveEditorTreeItem::GenerateCurveEditorTreeWidget

Generate the widget content for the specified column name of the curve editor tree view

Windows
MacOS
Linux

References

Module

CurveEditor

Header

/Engine/Source/Editor/CurveEditor/Public/Tree/ICurveEditorTreeItem.h

Include

#include "Tree/ICurveEditorTreeItem.h"

Syntax

TSharedPtr< SWidget > GenerateCurveEditorTreeWidget
(
    const FName & InColumnName,
    TWeakPtr< FCurveEditor > InCurveEditor,
    FCurveEditorTreeItemID InTreeItemID,
    const TSharedRef< ITableRow > & InTableRow
)

Remarks

Generate the widget content for the specified column name of the curve editor tree view

Returns

(Optional) Widget content for this column, or nullptr if none is necessary for this column.

Parameters

Parameter

Description

InColumnName

The name of the column to generate widget content for. See FColumnNames for valid names.

InCurveEditor

Weak pointer to the curve editor instance. Persistent TSharedPtrs should not be held to this pointer.

InTreeItemID

The ID of the tree item that this interface is assigned to

InTableRow

The table row that will house the widget content

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