There is no spoon

Difference between revisions of "RepNotify"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(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 03:15, 9 August 2010