add_curve
Adds a curve to an Unreal animation asset by specifying asset path, curve name, and curve type (float, vector, transform).
Instructions
Add a curve to an animation.
Args: asset_path: Unreal asset path curve_name: Name for the new curve curve_type: 'float', 'vector', or 'transform'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset_path | Yes | ||
| curve_name | Yes | ||
| curve_type | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |