Always snap to grid

Legacy:GameReplicationInfo (UT)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:55, 10 January 2006 by SuperApe (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT :: Actor (UT) >> Info (UT) >> ReplicationInfo >> GameReplicationInfo (Package: Engine)

Holds information about the current game which is replicated (and thus available) to network clients.

For the UT200x version of this actor, see GameReplicationInfo.

To get hold of a game's GameReplicationInfo on a network client, get it from the local PlayerPawn, not from Level.Game.GameReplicationInfo. (Level.Game doesn't exist on network clients.)

Known Subclasses[edit]

Related Topics[edit]