FCurveEditorTreeItem::GetOrCreateCurves

Retrieve all the curves for this tree item, creating them through [ICurveEditorTreeItem::CreateCurveModels](API\Editor\CurveEditor\Tree\ICurveEditorTreeItem\CreateCurveModels) if there are none

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

TArrayView< const FCurveModelID > GetOrCreateCurves
(
    FCurveEditor * CurveEditor
)

Remarks

Retrieve all the curves for this tree item, creating them through ICurveEditorTreeItem::CreateCurveModels if there are none

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