B1AnimNotifyEventData_RemoveOutfit
- Animation notify event data for removing outfit during animation playback.
* Must set the same CostumeId/OutfitCategory as the paired B1ChangeOutfit.
| Property | Type | Description | Metadata |
|---|---|---|---|
| CostumeId | FName | Costume id of the outfit to remove. If None, OutfitCategory is used; must match the paired ChangeOutfit. | Category: RemoveOutfit Foreign: Costume.Id |
| OutfitCategory | EB1OutfitCategory | Category-based removal used when CostumeId is None. | Category: RemoveOutfit |
| 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. |