Mostly Harmless

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, UT2004, UE2Runtime, U2, U2XMP, UT2003, UT3, UDK

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.