- 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.
推薦閱讀
- VMware View Security Essentials
- 嵌入式軟件系統測試:基于形式化方法的自動化測試解決方案
- Mastering AWS Lambda
- Learning Real-time Processing with Spark Streaming
- jQuery EasyUI網站開發實戰
- ASP.NET Core 2 and Vue.js
- Visual Basic程序設計教程
- Reactive Programming With Java 9
- 自然語言處理Python進階
- Python忍者秘籍
- Nginx Lua開發實戰
- Java實戰(第2版)
- 匯編語言編程基礎:基于LoongArch
- 從Power BI到Analysis Services:企業級數據分析實戰
- 菜鳥成長之路