How I setup Subversion to work with Unreal.

How we use Unreal and Subversion together.


MSVC Print All Predefined #Defines

Sometimes you really need to know what defines your compiler has on by default.


Unreal: Am I On The Server

I’ve been working on an Unreal game for the past few months. One of the things that the whole team has found very frustrating is knowing if the code we are writing is running on the server or the client.

Lots of code only needs to run on one …