UE3:SeqEvent RemoteEvent (UT3): Difference between revisions

From Unreal Wiki, The Unreal Engine Documentation Site
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 14:11, 8 August 2009

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

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

Property group 'SeqEvent_RemoteEvent'

EventName

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

Property Value
bPlayerOnly False
ObjName "Remote Event"