get_anim_curves
Retrieve all curves from an Unreal animation sequence, optionally filtering by curve type (float, vector, or transform) to inspect specific animation data.
Instructions
Get all curves on an animation sequence.
Args: asset_path: Unreal asset path curve_type: Filter by type: 'float', 'vector', or 'transform'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset_path | Yes | ||
| curve_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |