My program doesn't have bugs. It just develops random features.
UE1:TimedTrigger (UT)
From Unreal Wiki, The Unreal Engine Documentation Site
- Package:
- BotPack
- This class in other games:
- U2XMP, UE2Runtime, U2
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
TimedTrigger: causes an event after X seconds.
Properties[edit]
Property group 'TimedTrigger'[edit]
bRepeating[edit]
Type: bool
DelaySeconds[edit]
Type: float
Default value: 1.0
Default values[edit]
Property | Value |
---|---|
bCollideActors | False |
Events[edit]
PostBeginPlay[edit]
event PostBeginPlay ()
Overrides: Trigger.PostBeginPlay
Timer[edit]
event Timer ()
Overrides: Trigger.Timer