Simple C++ FPS Template for Unreal Engine 4. This fork is my personal repo with exercises, experiments and classwork (for https://www.udemy.com/course/unrealengine-cpp) and is adapted from https://github.com/tomlooman/SimpleFPSTemplate.
Note: this repository is in a WIP state.
For Windows 10/11:
- Install Epic Games Launcher
- Install Unreal Engine 5.6.1
- Install Visual Studio 2022
- Install all dependencies mentioned on official documentation: .NET desktop development, Desktop development with C++, Universal Windows Platform development, Game Development with C++ (C++ profiling tools, C++ AddressSanitizer, Windows 10 SDK (10.0.18362 or Newer))
Tested on:
- Windows 10 Pro, version 22H2
- Windows 11 Pro, version 24H2
- Windows Server 2025, version 24H2
- Linux/MacOS: work in progress/unstable
-
To build/compile, run:
.\scripts\build-local.ps1
-
To package, run:
.\scripts\package-local.ps1
See Troubleshooting.
See Learning Agents