I don't need to test my programs. I have an error-correcting modem.
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[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]
Overrides: Actor.Trigger
Iterates over all alive Pawns and triggers the RedirectionEvent with each of them as Instigator.