SetTimerByFunctionName — set timer that calls a function
Updated 3mo ago
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