Back to search
Node refGold tierTimer

SetTimerByFunctionName — set timer that calls a function

Updated 3mo ago
UE 5.0UE 5.1UE 5.2UE 5.3UE 5.4UE 5.5UE 5.6UE 5.7#timer#delay#scheduled#function

Reference

K2_SetTimer. Prefer SetTimerByEvent for type safety.

Pins

Inputs

  • execute:exec
  • Object:object
  • FunctionName:string
  • Time:float
  • bLooping:bool
  • bInitialStartDelay:bool
  • InitialStartDelay:float
  • InitialStartDelayVariance:float

Outputs

  • then:exec
  • ReturnValue:TimerHandle

Function target: K2_SetTimer · Node name: Set Timer by Function Name