Toggle

Overload list

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

  Type Name Description
Public function void

Toggle ( FCurvePointHandle InHandle
)

Toggle the selection of the specified point handle, changing the selection type if necessary.
Public function void

Toggle ( FCurveModelID CurveID,
ECurvePointType PointType,
FKeyHandle KeyHandle
)

Toggle the selection of the specified key handle, changing the selection type if necessary.
Public function void

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

Toggle the selection of the specified key handles, 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

On this page