FCurveEditorSelection::Add

Add key handles to this selection, changing the selection type if necessary.

Unreal Engine C++ API Reference > Editor > CurveEditor > FCurveEditorSelection > Add

References

   
Module CurveEditor
Header /Engine/Source/Editor/CurveEditor/Public/CurveEditorSelection.h
Include #include "CurveEditorSelection.h"
Source /Engine/Source/Editor/CurveEditor/Private/CurveEditorSelection.cpp
void Add
(
    [FCurveModelID](API\Editor\CurveEditor\FCurveModelID) CurveID,
    ECurvePointType PointType,
    [TArrayView](API\Runtime\Core\Containers\TArrayView)< const [FKeyHandle](API\Runtime\Engine\Curves\FKeyHandle) > Keys
)

Remarks

Add key handles to this selection, changing the selection type if necessary.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library