I love the smell of UnrealEd crashing in the morning. – tarquin
UE2:RedirectionTrigger (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
- 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
Property group 'RedirectionTrigger'
RedirectionEvent
Type: name
The name of the event to trigger.
Default values
Property | Value |
---|---|
bCollideActors | False |
Events
Trigger
Overrides: Actor.Trigger
Iterates over all alive Pawns and triggers the RedirectionEvent with each of them as Instigator.