Always snap to grid

GameInfo

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 04:25, 19 February 2011 by Wormbo (Talk | contribs) (created stub page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.