Skip to content

filfreire/SimpleFPSTemplate_filfreire

Repository files navigation

SimpleFPSTemplate

build workflow status

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.

Prerequisites

For Windows 10/11:

Tested on:

  • Windows 10 Pro, version 22H2
  • Windows 11 Pro, version 24H2
  • Windows Server 2025, version 24H2
  • Linux/MacOS: work in progress/unstable

Setup

  • To build/compile, run: .\scripts\build-local.ps1

  • To package, run: .\scripts\package-local.ps1

Troubleshooting

See Troubleshooting.

Learning agents

See Learning Agents