askvity

How Do I Access World Settings in Unreal Engine 5?

Published in Unreal Engine 5 Editor 2 mins read

Accessing World Settings in Unreal Engine 5 is a straightforward process found within the editor's main menu. The World Settings panel is essential for configuring level-specific properties like lightmass, physics, and other environmental parameters.

To quickly open the World Settings panel, from the main menu, navigate to Window, and then select World Settings.

Steps to Access World Settings

Here's a simple breakdown of how to find and open the World Settings panel in the Unreal Engine 5 editor:

  1. Locate the Main Menu: At the very top of the Unreal Engine 5 editor window, you will find the main menu bar containing options like File, Edit, Asset, Window, etc.
  2. Click the "Window" Menu: Click on the "Window" option in the main menu. This menu contains various panels and tools that you can open or close within the editor layout.
  3. Select "World Settings": From the dropdown menu that appears under "Window," find and click on "World Settings."

Once selected, the World Settings panel will appear. By default, this panel often docks next to the Details panel within the editor's user interface, making it easily accessible alongside properties of selected actors.

Where to Find the Panel After Opening

As mentioned in the documentation, the default location of the World Settings panel is often alongside the Details panel. If your layout is standard, look for a new tab or a panel slot near where actor details are displayed when you select an object in your level. If it doesn't appear immediately visible, it might have opened as a tab within an existing panel group. You can drag and drop it to a preferred location if needed.

Using the World Settings panel is crucial for fine-tuning the environment and behavior of your specific level in Unreal Engine 5, affecting everything from rendering quality to game rules.

Related Articles