B1ShipwreckConfig
- Defines the map, occurrence rate, and interaction bag for a shipwreck event triggered by weather conditions.
| Property | Type | Description | Metadata |
|---|---|---|---|
| MapId | FName | ID of the map where the shipwreck can occur. | Category: B1ShipwreckConfig Foreign: Map.Id |
| Rate | float | Probability rate at which the shipwreck event triggers, clamped between 0 and 1. | Category: B1ShipwreckConfig ClampMax: 1.0 ClampMin: 0.0 |
| InteractionBagId | FName | ID of the interaction bag spawned when the shipwreck occurs. | Category: B1ShipwreckConfig Foreign: InteractionBag.Id |