add_curve_keys
Adds time-value keys to a float curve in an Unreal Engine asset by specifying asset path, curve name, and lists of times and values.
Instructions
Add keys to a float curve.
Args: asset_path: Unreal asset path curve_name: Curve name times: List of key times values: List of key values
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| times | Yes | ||
| values | Yes | ||
| asset_path | Yes | ||
| curve_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |