add_notify
Add an animation notify to an Unreal Engine asset by providing the asset path, notify track, trigger time, and notify class. This places events for gameplay, audio, or effects at exact timings.
Instructions
Add a notify to an animation.
Args: asset_path: Unreal asset path track_name: Notify track name time: Trigger time in seconds notify_class: Notify class name (e.g. 'AnimNotify_PlaySound')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time | Yes | ||
| asset_path | Yes | ||
| track_name | Yes | ||
| notify_class | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |