- Building an RPG with Unreal
- Steve Santello Alan R. Stagner
- 174字
- 2021-07-23 14:35:36
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "We can include other contexts through the use of the include
directive."
A block of code is set as follows:
if( DataTable != NULL ) { FTestCustomData* row = DataTable->FindRow<FTestCustomData>( TEXT( "2" ), TEXT(" LookupTestCustomData" ) ); FString someString = row->SomeString; UE_LOG( LogTemp, Warning, TEXT( "%s" ), *someString ); }
Any command-line input or output is written as follows:
LogTemp: Combat started
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Compile and save the Blueprint and then press Play."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- Android Wearable Programming
- Python程序設(shè)計(jì)教程(第2版)
- DBA攻堅(jiān)指南:左手Oracle,右手MySQL
- 觸·心:DT時(shí)代的大數(shù)據(jù)精準(zhǔn)營銷
- Python爬蟲開發(fā):從入門到實(shí)戰(zhàn)(微課版)
- OpenStack Cloud Computing Cookbook(Fourth Edition)
- 人臉識(shí)別原理及算法:動(dòng)態(tài)人臉識(shí)別系統(tǒng)研究
- Java持續(xù)交付
- Learning ELK Stack
- R Deep Learning Cookbook
- 區(qū)塊鏈底層設(shè)計(jì)Java實(shí)戰(zhàn)
- C語言開發(fā)基礎(chǔ)教程(Dev-C++)(第2版)
- 體驗(yàn)之道:從需求到實(shí)踐的用戶體驗(yàn)實(shí)戰(zhàn)
- 軟硬件綜合系統(tǒng)軟件需求建模及可靠性綜合試驗(yàn)、分析、評(píng)價(jià)技術(shù)
- Cloud Development andDeployment with CloudBees