v3.0
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.
// get accessor FCurveKeyCollection FCurveEditor.get_SelectedKeys( FCurve in_pCurve ); |
Parameter | Type | Description |
---|---|---|
Curve | FCurve | Function curve with selected keys. |