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

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

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
[TArrayView](API\Runtime\Core\Containers\TArrayView)< const [FCurveModelID](API\Editor\CurveEditor\FCurveModelID) > GetOrCreateCurves
(
    [FCurveEditor](API\Editor\CurveEditor\FCurveEditor) * CurveEditor
)

Remarks

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


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library