Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE2:RedirectionTrigger (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> Actor >> Triggers >> RedirectionTrigger
Package: 
Gameplay
This class in other games:
UE2Runtime, U2, UT2003

Causes an event to be triggered by each alive Pawn in the level. The player actually activating the RedirectionTrigger doesn't matter.

Properties[edit]

Property group 'RedirectionTrigger'[edit]

RedirectionEvent[edit]

Type: name

The name of the event to trigger.

Default values[edit]

Property Value
bCollideActors False

Events[edit]

Trigger[edit]

event Trigger (Actor Other, Pawn EventInstigator)

Overrides: Actor.Trigger

Iterates over all alive Pawns and triggers the RedirectionEvent with each of them as Instigator.