B1CameraGameOptionPresetSetting
- Aggregates all camera game option preset settings, including per-mode FOV and shadow quality presets,
* top-view FOV blend range, top-view shadow quality distance settings, and Ultra Dynamic Sky post-process.
| Property | Type | Description | Metadata |
|---|---|---|---|
| DefaultPresetMap | TMap | Per-camera-mode FOV and shadow quality presets. Does not apply to top-view. If no shadow quality is defined for a mode, GameUserSettings value is used. | Category: B1CameraGameOptionPresetSetting |
| TopViewMinFOV | float | Minimum FOV applied in top-view camera mode; blended with the max FOV based on camera distance. | Category: B1CameraGameOptionPresetSetting ClampMin: 0 |
| TopViewMaxFOV | float | Maximum FOV applied in top-view camera mode; blended with the min FOV based on camera distance. | Category: B1CameraGameOptionPresetSetting ClampMin: 0 |
| TopViewShadowQualitySettingArray | TArray | Distance-based shadow quality settings for top-view. If no range matches, GameUserSettings value is used. The final quality is clamped to [0, 4]. | Category: B1CameraGameOptionPresetSetting |
| TopViewDynamicSkyPostProcessSetting | FB1TopViewCameraDynamicSkyPostProcessSetting | Ultra Dynamic Sky post-process settings applied in top-view camera mode. | Category: B1CameraGameOptionPresetSetting |