Mostly Harmless

Legacy:GameReplicationInfo (UT)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 03:16, 31 December 2002 by Wormbo (Talk | contribs)

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.

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

Related Topics