- 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.
- Cocos2D-X權威指南(第2版)
- Mastering Adobe Captivate 2017(Fourth Edition)
- jQuery EasyUI網站開發實戰
- 跟老齊學Python:輕松入門
- Python Network Programming Cookbook(Second Edition)
- Mastering Apache Maven 3
- Python Web數據分析可視化:基于Django框架的開發實戰
- 數據結構案例教程(C/C++版)
- Protocol-Oriented Programming with Swift
- Microsoft Azure Storage Essentials
- Android項目實戰:手機安全衛士開發案例解析
- Geospatial Development By Example with Python
- C陷阱與缺陷
- 嵌入式Linux C語言程序設計基礎教程
- PHP Microservices