I love the smell of UnrealEd crashing in the morning. – tarquin

Difference between revisions of "Legacy:ReplicationInfo"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
m
m
Line 1: Line 1:
 
{{classbox| [[Legacy:UT|UT]] :: [[Legacy:Actor (UT)|Actor (UT)]] >> [[Legacy:Info (UT)|Info (UT)]] >> ReplicationInfo (Package: Engine)}}
 
{{classbox| [[Legacy:UT|UT]] :: [[Legacy:Actor (UT)|Actor (UT)]] >> [[Legacy:Info (UT)|Info (UT)]] >> ReplicationInfo (Package: Engine)}}
:
 
  
 
{{classbox| [[Legacy:UT2003|UT2003]] :: [[Legacy:Actor|Actor]] >> [[Legacy:Info|Info]] >> ReplicationInfo (Package: Engine)}}
 
{{classbox| [[Legacy:UT2003|UT2003]] :: [[Legacy:Actor|Actor]] >> [[Legacy:Info|Info]] >> ReplicationInfo (Package: Engine)}}
  
Abstraction of classes which handle data to be sent from the server to the client. ReplicationInfos are always relevant for network replication.
+
A native, abstract parent class for those which handle data to be sent from the server to the client. ReplicationInfos are always relevant for network replication.
  
==Known Subclasses in UT2003 ==
+
==Known Subclasses in UT==
 +
* [[Legacy:GameReplicationInfo (UT)|GameReplicationInfo (UT)]]
 +
* [[Legacy:PlayerReplicationInfo (UT)|PlayerReplicationInfo (UT)]]
 +
 
 +
==Known Subclasses in UT200x==
 
* [[Legacy:GameReplicationInfo|GameReplicationInfo]]
 
* [[Legacy:GameReplicationInfo|GameReplicationInfo]]
 +
* [[Legacy:LinkedReplicationInfo|LinkedReplicationInfo]] (UT2004)
 
* [[Legacy:PlayerReplicationInfo|PlayerReplicationInfo]]
 
* [[Legacy:PlayerReplicationInfo|PlayerReplicationInfo]]
 
* [[Legacy:SquadAI|SquadAI]]
 
* [[Legacy:SquadAI|SquadAI]]
 
* [[Legacy:TeamInfo|TeamInfo]]
 
* [[Legacy:TeamInfo|TeamInfo]]
 +
* [[Legacy:VoiceChatReplicationInfo|VoiceChatReplicationInfo]] (UT2004)
 +
* [[Legacy:VotingReplicationInfoBase|VotingReplicationInfoBase]] (UT2004)
 +
* [[Legacy:UtvReplicationInfo|utvReplicationInfo]] (UT2004)
  
==Known Subclasses in UT ==
+
==Related Topics==
* [[Legacy:GameReplicationInfo (UT)|GameReplicationInfo (UT)]]
+
* [[Legacy:PlayerReplicationInfo (UT)|PlayerReplicationInfo (UT)]]
+
 
+
==Related Topics ==
+
 
* [[Legacy:Replication|Replication]]
 
* [[Legacy:Replication|Replication]]
 +
 +
[[Category:Legacy Class (UT)|{{PAGENAME}}]]
 +
[[Category:Legacy Class (UT2003)|{{PAGENAME}}]]
 +
[[Category:Legacy Class (UT2004)|{{PAGENAME}}]]

Revision as of 11:51, 9 January 2006

UT :: Actor (UT) >> Info (UT) >> ReplicationInfo (Package: Engine)
UT2003 :: Actor >> Info >> ReplicationInfo (Package: Engine)

A native, abstract parent class for those which handle data to be sent from the server to the client. ReplicationInfos are always relevant for network replication.

Known Subclasses in UT

Known Subclasses in UT200x

Related Topics