FCurveEditorTree::AddItem

Add a new empty item to the tree

Windows
MacOS
Linux

References

Module

CurveEditor

Header

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

Include

#include "Tree/CurveEditorTree.h"

Source

/Engine/Source/Editor/CurveEditor/Private/Tree/CurveEditorTree.cpp

Syntax

FCurveEditorTreeItem * AddItem
(
    FCurveEditorTreeItemID ParentID
)

Remarks

Add a new empty item to the tree

Parameters

Parameter

Description

ParentID

The ID of the desired parent for the new item, or FCurveEditorTreeItemID::Invalid for root nodes

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