Updates to Unreal Course – Unreal Engine 4

Learn Unreal and C++ as part of our epic bundle Build 177 Games: The Complete 2D, 3D and VR Bundle 1. Receiving errors about Box Component? Add the line below to the top of the cpp file that is producing errors. #include “Components/BoxComponent.h” This line creates a reference to access components in the BoxComponent.h script. (Unreal Engine 4.15 requires separate includes.) 2. […]