- Unreal Engine 4 Game Development Quick Start Guide
- Rachel Cordone
- 213字
- 2021-06-24 13:43:59
Details and World Settings
When an object is selected in a Viewport or in the World Outliner panel, its properties appear in the following screenshot:
Here, we can adjust each individual object in the level's properties. Most commonly, we can perform the following actions:
- Manually set Location/Rotation/Scale if we need precise values
- Set or find materials, meshes, and so on that it uses in the Content Browser (click the magnifying glass icon to go to that asset in the Content Browser)
- Adjust physics and lighting properties for that object (if it does not need to cast shadows for instance)
- Toggle visibility for the object so it appears in the editor but not in game (under the Rendering section of its properties)
- Adjust any custom properties we've added to our own objects (discussed in Chapter 2, Programming Using Blueprints)
Keep in mind that some of these properties are more easily changed without needing to do it here. For instance, for the material property of a static mesh, you can simply drag the material from the content browser on top of the object in the Viewport. You don't need to use the arrow button in the object's properties unless the object has multiple materials and you're having difficulty while setting up the right one.