- Unreal Engine 4 Game Development Quick Start Guide
- Rachel Cordone
- 243字
- 2021-06-24 13:43:59
World settings
Most of these properties aren't used too often, but there are a few here that interest us:
- Enable World Composition: For open world style games, this option would need to be enabled. Epic Games has good resources for creating this type of world. Searching for UE4 World Composition will provide you with plenty of tutorials for that.
- KillZ: This is the height at which actors get destroyed. If you're creating a level with a lot of height and your character keeps disappearing when you drop down, check this value to make sure it's low enough. It will appear as a red line in any of the side/front Viewports.
- GameMode Override: Instead of using the default GameMode class (which we will discuss with other Project Settings shortly), each level can override that with a specific GameMode class. For example, if you were making a third-person game, but one level was a car race, you could use this to set specific rules and character/HUD classes for this level, instead of needing to integrate both types of gameplay into one GameMode class. Once a GameMode override is set, each individual class default can be edited in the Selected GameMode dropdown beneath it.
- Override World Gravity: As withGameMode, instead of using the Project Settings value for gravity, each level can have its own.
Next, we will take a look at how to customize the editor itself with editor preferences to make our workflow easier.
推薦閱讀
- Java范例大全
- Bootstrap Essentials
- Lua程序設計(第4版)
- Python機器學習編程與實戰
- Mastering Python Networking
- Python算法從菜鳥到達人
- Mastering openFrameworks:Creative Coding Demystified
- Python圖形化編程(微課版)
- Instant jQuery Boilerplate for Plugins
- Distributed Computing in Java 9
- Java高并發編程詳解:深入理解并發核心庫
- 深入理解Kafka:核心設計與實踐原理
- 軟技能2:軟件開發者職業生涯指南
- Azure for Architects
- 新手學ASP.NET 3.5網絡開發