- 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.
- Mastering OpenCV Android Application Programming
- jQuery EasyUI網站開發實戰
- SEO實戰密碼
- 零基礎入門學習Python
- Learning Laravel's Eloquent
- Java Web開發詳解
- Getting Started with React Native
- ASP.NET程序開發范例寶典
- Rust游戲開發實戰
- Learning Jakarta Struts 1.2: a concise and practical tutorial
- 嵌入式C編程實戰
- Clojure編程樂趣
- Getting Started with Windows Server Security
- Computer Vision with Python 3
- Python High Performance(Second Edition)