There is no spoon

UE3:SeqEvent_RemoteEvent (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 13:11, 8 August 2009 by Wormbo (Talk | contribs) (added descriptions)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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"