- Unreal Engine 4 Scripting with C++ Cookbook
- William Sherif Stephen Whittle
- 160字
- 2021-07-08 10:50:41
Chapter 1. UE4 Development Tools
In this chapter, we will outline basic recipes for getting started in UE4 game development, and the basic tools that we use for creating the code that makes your game. This will include the following recipes:
- Installing Visual Studio
- Creating and building your first C++ project in Visual Studio
- Changing the code font and color in Visual Studio
- Extension – changing the color theme in Visual Studio
- Formatting your code (Autocomplete settings) in Visual Studio
- Shortcut keys in Visual Studio
- Extended mouse usage in Visual Studio
- UE4 – installation
- UE4 – first project
- UE4 – creating your first level
- UE4 – logging with
UE_LOG
- UE4 – making an
FString
fromFStrings
and other variables - Project management on GitHub – getting your Source Control
- Project management on GitHub – using the Issue Tracker
- Project management on VisualStudio.com – managing the tasks in your project
- Project management on VisualStudio.com – constructing user stories and tasks
推薦閱讀
- 數(shù)據(jù)庫程序員面試筆試真題與解析
- INSTANT Mercurial SCM Essentials How-to
- 零基礎(chǔ)學(xué)Python數(shù)據(jù)分析(升級版)
- Python機器學(xué)習(xí)算法與實戰(zhàn)
- Linux操作系統(tǒng)基礎(chǔ)案例教程
- Mastering Xamarin.Forms(Second Edition)
- Android應(yīng)用案例開發(fā)大全(第二版)
- Mastering Linux Security and Hardening
- 黑莓(BlackBerry)開發(fā)從入門到精通
- 深入大型數(shù)據(jù)集:并行與分布化Python代碼
- Parallel Programming with Python
- H5頁面設(shè)計與制作(全彩慕課版·第2版)
- Internet of Things with Arduino Cookbook
- Splunk Developer's Guide(Second Edition)
- 數(shù)據(jù)預(yù)處理從入門到實戰(zhàn):基于SQL、R、Python