FCurveEditor.SelectedKeys

Introduced

v3.0

Description

Returns an FCurveKeyCollection containing each FCurveKey selected in the fcurve editor for a particular FCurve object.

Note: This property is not Python-compliant because Python does not support input parameters on properties. Use FCurveEditor.GetSelectedKeys2 instead.

Parameters

Parameter Type Description
Curve FCurve Function curve with selected keys.

See Also

FCurve.Keys FCurveKey FCurveEditor.GetSelectedKeys2