- Unreal Engine 4 Game Development Quick Start Guide
- Rachel Cordone
- 163字
- 2021-06-24 13:44:00
Programming Using Blueprints
Now, we have the Unreal engine installed and you have familiarized yourself with its layout. We've set up our project, looked at how to customize it, and we have added extra content with the Animation Starter Pack. Now, it's time to learn about Blueprints.
Blueprints are a powerful alternative to traditional C++ programming. As I said in the previous chapter, it is possible to create an entire game using only Blueprints. In this chapter, we will start laying the foundation for our Awesome Game using Blueprints, and, in later chapters, we will expand on this game so we can learn how to use other Unreal Engine 4 systems.
The following points will be covered in this chapter:
- Creating custom Blueprint classes and extending from Epic's base classes
- Using variables and functions within Blueprint classes
- Adding Components to a Blueprint class
- The difference between functions and events
Let's take our first look at a Blueprint window and start breaking it down.
- Cocos2D-X權(quán)威指南(第2版)
- 老“碼”識(shí)途
- SEO實(shí)戰(zhàn)密碼
- SQL Server 2016數(shù)據(jù)庫(kù)應(yīng)用與開發(fā)習(xí)題解答與上機(jī)指導(dǎo)
- C語(yǔ)言課程設(shè)計(jì)
- 組態(tài)軟件技術(shù)與應(yīng)用
- Android程序設(shè)計(jì)基礎(chǔ)
- Visual Basic程序設(shè)計(jì)
- 深入分布式緩存:從原理到實(shí)踐
- Visual C#.NET Web應(yīng)用程序設(shè)計(jì)
- 小程序,巧應(yīng)用:微信小程序開發(fā)實(shí)戰(zhàn)(第2版)
- 移動(dòng)增值應(yīng)用開發(fā)技術(shù)導(dǎo)論
- 菜鳥成長(zhǎng)之路
- 軟件定義存儲(chǔ):原理、實(shí)踐與生態(tài)
- 設(shè)計(jì)模式之禪