I don't need to test my programs. I have an error-correcting modem.
Difference between revisions of "UE3:SeqEvent RemoteEvent (UT3)"
From Unreal Wiki, The Unreal Engine Documentation Site
(Auto-generated page) |
(added descriptions) |
||
Line 6: | Line 6: | ||
| parent4 = Object | | parent4 = Object | ||
}} | }} | ||
− | {{ | + | A [[Kismet]] event that is activated by the Activate Remote Event action ({{cl|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. | |
− | Instigator | + | |
− | + | ||
==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
Object >> SequenceObject >> SequenceOp >> SequenceEvent >> SeqEvent_RemoteEvent |
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" |