Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

GameInfo

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
Object >> Actor >> Info >> GameInfo
This class in other games:
RTNP, U1, UT, U2, U2XMP, UE2Runtime, UT2003, UT2004, UDK, UT3

The base class for all game types. At any time, there is at most one GameInfo in the level and it cannot be replaced. Network clients do not have a GameInfo, as it is a serverside-only actor. To replicate game-specific data to clients, the GameReplicationInfo should be used.