RepNotify: Difference between revisions

From Unreal Wiki, The Unreal Engine Documentation Site
Payback (talk | contribs)
No edit summary
Redirected page to Variables#Other modifiers
 
Line 1: Line 1:
==RepNotify==
#REDIRECT [[Variables#Other modifiers]]
The keyword '''RepNotify''' is used to trigger the Replicated Event at the point it is replicated.
 
 
Syntax:
var repnotify PlayerReplicationInfo    PlayerReplicationInfo;
 
You can then trigger code when the variable has been replicated with the following function
 
simulated event ReplicatedEvent(name VarName)

Latest revision as of 02:15, 9 August 2010