I don't need to test my programs. I have an error-correcting modem.

Legacy:Vehicles Pre2004/Replication

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search

[edit] Structs

The replication of a struct doesn't seem to always work! When this happends, replicate a variable after the struct. That seems to help (don't forget to change the AVar in game, or it won't get replicated).

var int AVar; //Just for replication, else the VehicleState won't be replicated.
 
Replication
{
	unreliable if(Role == ROLE_Authority)
		VehicleState, AVar;
}

[edit] Related

[edit] Discussion.


Category:Legacy To Do – This needs merged into the grand topic of Replication. See Replication/Discussing

Personal tools