GameInfo

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to navigation Jump to search
Object >> Actor >> Info >> GameInfo

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.