FCurveEditorTree::RemoveItem

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

Unreal Engine C++ API Reference > Editor > CurveEditor > Tree > FCurveEditorTree

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
void RemoveItem
(
    [FCurveEditorTreeItemID](API\Editor\CurveEditor\FCurveEditorTreeItemID) ItemID,
    [FCurveEditor](API\Editor\CurveEditor\FCurveEditor) * CurveEditor
)

Remarks

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

Parameters

Name Description
ItemID The ID of the item to remove
CurveEditor (required) Pointer to the curve editor that owns this tree to remove curves from

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library