ICurveEditorTreeItem::CreateCurveModels

Populate the specified array with curve models that are represented by this tree item

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

  • ICurveEditorTreeItem::CreateCurveModels()

References

   
Module CurveEditor
Header /Engine/Source/Editor/CurveEditor/Public/Tree/ICurveEditorTreeItem.h
Include #include "Tree/ICurveEditorTreeItem.h"
void CreateCurveModels
(
    [TArray](API\Runtime\Core\Containers\TArray)< [TUniquePtr](API\Runtime\Core\Templates\TUniquePtr)< [FCurveModel](API\Editor\CurveEditor\FCurveModel) >> & OutCurveModels
)

Remarks

Populate the specified array with curve models that are represented by this tree item

Parameters

Name Description
OutCurveModels Array of curve models to be populated with the curves of this tree item

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library