B1PregnancyStateInfo
- Structure that defines a single pregnancy state in the progression sequence.
* Specifies the state identifier, duration, body morph scale, and UI visibility.
| Property | Type | Description | Metadata |
|---|---|---|---|
| Id | FName | Unique identifier for this pregnancy state. | Category: B1PregnancyStateInfo |
| Duration | float | Duration of this pregnancy state in in-game minutes before advancing to the next state. Zero means it persists indefinitely. | Category: B1PregnancyStateInfo UIMin: 0.000000 |
| BodyMorphScale | float | Normalized belly expansion morph scale for this pregnancy state (0.0 to 1.0). | Category: B1PregnancyStateInfo UIMax: 1.000000 UIMin: 0.000000 |
| HideInUI | bool | Whether this pregnancy state should be hidden from the player in the UI. | Category: B1PregnancyStateInfo |