- 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
推薦閱讀
- Data Visualization with D3 4.x Cookbook(Second Edition)
- Learn to Create WordPress Themes by Building 5 Projects
- Reactive Programming with Swift
- Java高手真經(jīng)(高級(jí)編程卷):Java Web高級(jí)開(kāi)發(fā)技術(shù)
- Vue.js 3.x從入門到精通(視頻教學(xué)版)
- 基于免疫進(jìn)化的算法及應(yīng)用研究
- Mastering macOS Programming
- Apache Mahout Clustering Designs
- 零基礎(chǔ)輕松學(xué)SQL Server 2016
- 數(shù)據(jù)結(jié)構(gòu)案例教程(C/C++版)
- Unity&VR游戲美術(shù)設(shè)計(jì)實(shí)戰(zhàn)
- 零基礎(chǔ)學(xué)HTML+CSS
- 精通Spring:Java Web開(kāi)發(fā)與Spring Boot高級(jí)功能
- Java語(yǔ)言程序設(shè)計(jì)實(shí)用教程(第2版)
- Java EE基礎(chǔ)實(shí)用教程