top of page
ENGINEER LUNA


Applying Multithreaded Animation to the 3rd Person Content Pack
Making the third-person content pack for Unreal Engine 5 into a multithreaded animation system is all about making things faster and...
N/A
Nov 23, 20233 min read
117 views
0 comments


UMG Pre Construct - Break Down & Best Practices
When we first open up the UMG editor graph, the first thing we are presented with is the Event Pre Construct, Event Construct and Tick....
Engineer Luna
Nov 21, 20233 min read
159 views
0 comments


Dynamic control rig generation for rigid skeletal meshes
As we continue to push the boundaries of what's possible in virtual worlds, I've always believed that our tools should evolve alongside...
Engineer Luna
Oct 2, 20232 min read
91 views
0 comments


Parallels between Quantum Mechanics and Game Engines
At first glance, the mysterious realm of quantum mechanics and the digital landscapes of game engines might seem worlds apart. Yet, delve...
Engineer Luna
Sep 5, 20233 min read
61 views
0 comments


C++ STL Reflected Enums – The Cursed Edition
How did we end up here? Several years ago, as I was building my own game engine to hone my skills, I felt the need to incorporate string...
Engineer Luna
Sep 5, 20232 min read
54 views
0 comments


Creating Splines for UMG, leveraging the internal drawing API
Note: This is a fascinating post from a few years ago, I feel I would massively improve this system and the code standards now due to...
Engineer Luna
Aug 29, 20234 min read
164 views
0 comments


Integrating an auto tiling system in to the Paper2D Plugin
I decided to fill the gap in the paper 2d Plugin, it lacked the ability to quickly and easily create maps. So I took it upon myself to do...
Engineer Luna
Feb 27, 20232 min read
38 views
0 comments


Accessibility for Unreal Games
Visual Accessibility Access for visually impaired players Gaming these days in 2021 becoming much more popular, with steam as a platform...
Engineer Luna
Feb 25, 20233 min read
67 views
0 comments


Making UI work for ultrawide games & applications
Wide ratio Support In 2022 the popularity of different aspect ratio monitors are rising, one of the most popular type of monitors for...
Engineer Luna
Feb 21, 20232 min read
42 views
0 comments
bottom of page