Category Archives: Tech

Technology, Guides and References

Character Movement Enhanced Input System in Unreal Engine 5.3

By | March 29, 2024

The days of using the old input system in Unreal Engine are behind us. The new Enhanced Input system might seem daunting at first, but once you get started, it will make sense, and you can add all sorts of input in seconds! In this article, we will make a basic character movement system using… Read More »

Spring Boot Web as Standalone App

By | October 8, 2023

I created a very simple starter project for create web app with embedded Tomcat. This project is supposed to be runnable with just the war file. If you want to create it from scratch here are the steps. Step 0. Requirements I’m using the following: Step 1. Project/Code Structure Create the following code structure. I’m… Read More »

How To Export Your First Game From Unreal Engine 5 for Windows

By | February 6, 2023

Making games are really fun but to share it with your friends and the world you will need to export your game with very specific configurations. This article will show you just how you can do that. It is a very easy process once you get an understanding of some basic steps. Package Settings Before… Read More »