October 2016
Intermediate to advanced
452 pages
9h 47m
English
The
Application Programming Interface (API) is the way in which you, as the programmer, instruct the engine, and so the PC, what to do. All of UE4's functionality is encapsulated into modules, including very basic and core functionality. Each module has an API for it. To use an API, there is a very important linkage step, where you must list all APIs that you will be using in your build in a ProjectName.Build.cs file, which is located in your Solution Explorer window.
Do not name any of your UE4 projects the exact same name as one of the UE4 API names!

There are a variety of APIs inside the UE4 engine that expose ...
Read now
Unlock full access