There is no spoon

UE2:RedirectionTrigger (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 14:01, 5 April 2010 by Crusha (Talk | contribs)

Jump to: navigation, search
UT2004 Object >> Actor >> Triggers >> RedirectionTrigger
Package: 
Gameplay
This class in other games:
UE2Runtime, U2, UT2003

Triggers the RedirectionEvent when being triggered. So basically it's just creating a second chain of events to a TriggerEvent. The only other purpose could be, that the Event is only triggered when the Instigator is alive when the chain of events reaches this Actor.

Properties

Property group 'RedirectionTrigger'

RedirectionEvent

Type: name

The name of the Event that shall be triggered when this Actor is triggered.

Default values

Property Value
bCollideActors False

Events

Trigger

event Trigger (Actor Other, Pawn EventInstigator)

Overrides: Actor.Trigger

This is called when an Event that matches the Tag of this Actor is triggered. It performs a check to see whether the Instigator is still alive and triggers the RedirectionEvent then.