Remove

Overload list

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

  Type Name Description
Public function void

Remove ( FCurvePointHandle InHandle
)

Remove the specified point handle from the selection
Public function void

Remove ( FCurveModelID InCurveID
)

Remove all key handles associated with the specified curve ID from the selection
Public function void

Remove ( FCurveModelID CurveID,
ECurvePointType PointType,
FKeyHandle KeyHandle
)

Remove the specified key handle from the selection
Public function void

Remove ( FCurveModelID CurveID,
ECurvePointType PointType,
TArrayView< const FKeyHandle > Keys
)

Remove the specified key handles from the selection

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library

On this page