Volume Overrides
Volume Overrides are structures which contain values that override the default properties in a Volume Profile. The High Definition Render Pipeline (HDRP) uses these Profiles within the Volume framework. For example, you could use a Volume Override in your Unity Project to render a different fog color in a certain area of your Scene.
Exponential Fog is an example of a Volume Override:
Each Volume Override property has a checkbox on its left. Enable the checkbox to make that property editable. This also tells HDRP to use that property for this Volume component rather than the default value. If you disable the checkbox, HDRP ignores the property and uses the Volume’s default value for that property instead.
Override checkboxes allow you to override as many or as few values on a Volume component as you want. To quickly toggle all the properties between editable or not, click the All or None shortcuts in the top left of the Volume Override respectively.
As an example, to render a different fog color in a certain area of your Scene:
Create a Scene Settings GameObject (menu: GameObject > Rendering > Scene Settings).
In the Inspector under the Volume component section, enable the IsGlobal property.
New Scene Settings GameObjects come with some default Volume Overrides, including Exponential Fog. These default Volume Overrides are editable by default. Either leave these settings as default, or override them with your preferred values.
Create another Scene Settings GameObject and disable the IsGlobal property.
Add a Collider to this GameObject (open the GameObject in the Inspector, navigate to Add Component > Physics and select one of the 3D Colliders from the list).
Override the values of the Exponential Fog Volume Override.
Now, whenever your Camera is within the bounds of this Collider, HDRP uses the Exponential Fog values from the Volume Override on the GameObject with that Collider.