Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UnrealKismet:Sequence Objects:Timer

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search

Timer[edit]

This action waits for a specified amount of time before firing the corresponding Output link.

Timer 01.png

Input[edit]

  • Start
    • An Input linked here will Start the Timer.
  • Stop
    • An Input linked here will Stop and Reset the Timer.
  • Pause
    • An Input linked here will Pause, but not Stop or Reset, the Timer.

Variable Input[edit]

  • Duration (Float)
    • The length of time to set the Timer to.

Output[edit]

  • Finished
    • The Timer has successfully reached the time Duration, which fires the Output link.
  • Aborted
    • The Timer has been Stopped or Canceled before reaching the time Duration, which fires the Output link.

Properties[edit]

Seq Act Delay[edit]

  • Duration (Float)
    • Value can be entered here manually, or set via the "Duration" Variable Input.
  • Start Will Restart (Checkbox)
    • If checked, receiving a new Start input will restart the Timer. Otherwise, receiving a new Start input will have no effect.

Sequence Action[edit]

  • Targets (Array)

Sequence Object[edit]

  • Obj Comment (Text)
    • Enter a comment to be displayed above the Sequence Object in the Kismet Editor
  • Output Obj Comment To Screen (Checkbox)
    • If a comment has been entered into the Obj Comment field, it will displayed in the lower lefthand side of the screen, in small white text.
  • Suppress Auto Comment (Checkbox)