I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

Difference between revisions of "UE3:SeqEvent RemoteEvent (UT3)"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(Auto-generated page)
 
(added descriptions)
 
Line 6: Line 6:
 
| parent4 = Object
 
| parent4 = Object
 
}}
 
}}
{{autogenerated}}
+
A [[Kismet]] event that is activated by the Activate Remote Event action ({{cl|SeqAct_ActivateRemoteEvent}}) with a matching EventName.
Activated by the ActivateRemoteEvent action.
+
 
Originator: current WorldInfo
+
The '''Instigator''' variable is filled with the object passed as the Instigator variable of the Activate Remote Event action.
Instigator: the actor that is assigned [in editor] as the ActivateRemoteEvent action's Instigator
+
Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.
+
  
 
==Properties==
 
==Properties==
Line 17: Line 15:
 
'''Type:''' [[name]]
 
'''Type:''' [[name]]
  
Name of this event for remote activation
+
Name of this event for remote activation. Match this with the {{tl|EventName||SeqAct_ActivateRemoteEvent}} property of every Activate Remote Event action that is supposed to activate this event.
  
 
'''Default value:''' 'DefaultEvent'
 
'''Default value:''' 'DefaultEvent'

Latest revision as of 13:11, 8 August 2009

UT3 Object >> SequenceObject >> SequenceOp >> SequenceEvent >> SeqEvent_RemoteEvent
Package: 
Engine
This class in other games:
UDK

A Kismet event that is activated by the Activate Remote Event action (SeqAct_ActivateRemoteEvent) with a matching EventName.

The Instigator variable is filled with the object passed as the Instigator variable of the Activate Remote Event action.

Properties[edit]

Property group 'SeqEvent_RemoteEvent'[edit]

EventName[edit]

Type: name

Name of this event for remote activation. Match this with the EventName property of every Activate Remote Event action that is supposed to activate this event.

Default value: 'DefaultEvent'

Default values[edit]

Property Value
bPlayerOnly False
ObjName "Remote Event"