FCurveEditorTree::RemoveItem

Remove an item and all its children from this tree, destroying any curves it may have created.

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

void RemoveItem
(
    FCurveEditorTreeItemID ItemID,
    FCurveEditor * CurveEditor
)

Remarks

Remove an item and all its children from this tree, destroying any curves it may have created.

Parameters

Parameter

Description

ItemID

The ID of the item to remove

CurveEditor

(required) Pointer to the curve editor that owns this tree to remove curves from

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