- Hands-On Artificial Intelligence with Unreal Engine
- Francesco Sapio
- 127字
- 2021-06-24 15:23:20
Enabling AI for C++ users
In case you are following this book as a C++ user, when you write C++ code within your project (or a specific module of your project or plugin), you will need to ensure that you add the right dependencies so that you have access to the AI systems, otherwise you will end up with compilation errors. We will look at this in more detail in the next chapter when we create a project for inserting all the code we will produce in this book. However, here is the line of code to insert/modify code in the .cs project file (the part of code in bold is required for AI to work):
PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject", "Engine", "InputCore", "HeadMountedDisplay", "GameplayTasks", "AIModule" });
推薦閱讀
- Flask Web全棧開發實戰
- 軟件項目估算
- ThinkPHP 5實戰
- 全棧自動化測試實戰:基于TestNG、HttpClient、Selenium和Appium
- NGINX Cookbook
- 西門子S7-200 SMART PLC編程從入門到實踐
- Getting Started with Eclipse Juno
- ArcGIS for Desktop Cookbook
- 深度探索Go語言:對象模型與runtime的原理特性及應用
- IBM Cognos TM1 Developer's Certification guide
- C語言程序設計
- Application Development with Parse using iOS SDK
- 量子計算機編程:從入門到實踐
- Spring Boot從入門到實戰
- HTML5程序開發范例寶典