B1AnimNotifyEventData_ChangeOutfit
- Animation notify event data for applying outfit during animation playback.
* Used together as a pair with B1RemoveOutfit (apply / remove).
| Property | Type | Description | Metadata |
|---|---|---|---|
| CostumeId | FName | Costume id of the outfit to apply. If None, OutfitCategory is used instead. | Category: ChangeOutfit Foreign: Costume.Id |
| OutfitCategory | EB1OutfitCategory | Category-based change used when CostumeId is None. | Category: ChangeOutfit |
| 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. |