Recent posts

ChatGPT Killed Fancy Game Namer

less than 1 minute read

I’ve been playing with ChatGPT and it’s kind of incredible. After toying with it for awhile a thought hit me, that this could replace something like Fancy G...

Debugging UFunction::Invoke

1 minute read

A few weeks ago Nick Penwarden highlighted several improvements that we made to Unreal Engine 4 while working on Fortnite Battle Royale.

Rendered Image Comparison

8 minute read

For the past several months I’ve been refactoring the automation framework off and on for Unreal Engine 4. One of the things that we wanted to bring to the f...

Care and Feeding of Enum Flags

1 minute read

Maybe you’ve been looking at some C++ in the debugger not too long ago and happened across some enum flags on an object in your codebase. However, rather tha...

Cowtastrophe

2 minute read

So for the 2015 Global Game Jam we worked on a multiplayer game called Cowtastrophe. It’s a very silly game, you collect cows, some cows are worth more than ...