B1AnimNotifyEventData_Base
- Base struct for animation notify event data, storing the notify type,
* trigger time, and duration shared by all event subtypes.
| Property | Type | Description | Metadata |
|---|---|---|---|
| Type | EB1NotyfyType | Whether this is a one-shot Notify or a duration-based NotifyState. | |
| TriggerTime | float | Time in seconds within the animation at which this event triggers. | |
| Duration | float | Duration in seconds for NotifyState events. |