B1BGMTransitionData
- Defines the fade-in and fade-out transition parameters for switching between BGM tracks,
* including group ID, curves, time offsets, and transition type.
| Property | Type | Description | Metadata |
|---|---|---|---|
| GroupId | FName | Group ID identifying the BGM transition group. | Category: B1BGMTransitionData |
| CurveFadeIn | TObjectPtr | Curve controlling the fade-in volume over time. | Category: B1BGMTransitionData |
| FadeInOffset | float | Time offset in seconds before the fade-in begins. | Category: B1BGMTransitionData ClampMax: 10.0 ClampMin: 0.0 |
| FadeInTime | float | Duration in seconds of the fade-in. | Category: B1BGMTransitionData ClampMax: 10.0 ClampMin: 0.0 |
| CurveFadeOut | TObjectPtr | Curve controlling the fade-out volume over time. | Category: B1BGMTransitionData |
| FadeOutOffset | float | Time offset in seconds before the fade-out begins. | Category: B1BGMTransitionData ClampMax: 10.0 ClampMin: 0.0 |
| FadeOutTime | float | Duration in seconds of the fade-out. | Category: B1BGMTransitionData ClampMax: 10.0 ClampMin: 0.0 |
| BGMTransitionType | EB1BGMTransitionType | Transition type defining how the BGM switches. | Category: B1BGMTransitionData |