B1AnimNotifyEventData_ChangeVehiclePartState
- Animation notify event data for changing a vehicle part's state at a specific point during animation.
| Property | Type | Description | Metadata |
|---|---|---|---|
| PartType | EB1VehiclePartType | The type of vehicle part to change state on. | Category: B1AnimNotifyEventData_ChangeVehiclePartState |
| PartState | FName | The state name to transition to, linked to VehicleTemplate part state settings. | Category: B1AnimNotifyEventData_ChangeVehiclePartState Foreign: VehicleTemplate.PartList.StateSettings.State |
| 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. |