Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomlooman/simplefpstemplate
Simple C++ FPS Template for Unreal Engine
https://github.com/tomlooman/simplefpstemplate
cpp fps fps-game game shooter template ue4 ue5 unreal-engine
Last synced: about 6 hours ago
JSON representation
Simple C++ FPS Template for Unreal Engine
- Host: GitHub
- URL: https://github.com/tomlooman/simplefpstemplate
- Owner: tomlooman
- Created: 2017-09-28T17:44:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-08-28T07:53:24.000Z (about 1 year ago)
- Last Synced: 2024-03-20T02:10:32.352Z (8 months ago)
- Topics: cpp, fps, fps-game, game, shooter, template, ue4, ue5, unreal-engine
- Language: C++
- Homepage: https://www.tomlooman.com/fps-template/
- Size: 54.1 MB
- Stars: 582
- Watchers: 33
- Forks: 234
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SimpleFPSTemplate
Simple C++ FPS Template for Unreal Engine [More Info](https://www.tomlooman.com/fps-template/)*Last updated for 5.2*
# 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 Unreal Engine. 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 EULA.