# SimpleFPSTemplate **Repository Path**: shmiluyu/SimpleFPSTemplate ## Basic Information - **Project Name**: SimpleFPSTemplate - **Description**: Simple C++ FPS Template for Unreal Engine 4 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-07-26 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SimpleFPSTemplate Simple C++ FPS Template for Unreal Engine 4 Last updated for 4.22 # Why create a "simplified" FPS C++ Template? The provided C++ template that ships with the engine has several features that someone new to C++ may not be interested in like VR controls and Touch input. This code "bloats" the template to look a lot more complex than neccessary if you are simply looking to start with C++ in UE4. I'm using this project to create tutorials and you can use it in your own way! ![alt text](https://www.tomlooman.com/wp-content/uploads/2017/09/Thumb_FPSTemplate2.jpg) This project is licensed under the Unreal Engine 4 EULA.