dtrajko / UE4_StealthGame

The StealthGame project based on Unreal Engine 4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

This project is licensed under the Unreal Engine 4 EULA.


Multiplayer instructions:

Tilde [~] to open the console

Server: open FirstPersonExampleMap?listen Client desktop: open 192.168.0.15:7777 Client laptop: open 192.168.0.13:7777

About

The StealthGame project based on Unreal Engine 4


Languages

Language:C++ 96.9%Language:C# 2.8%Language:C 0.3%