Epic Developer Community Forums
Tick vs. Timers
Development
Programming & Scripting
C++
unreal-engine
Shmoopy1701
(Shmoopy1701)
November 7, 2018, 12:43am
3
Tick() only runs if you enable it.
Setting off a Timer and starting/stopping Tick() is functionally equivalent.
The deciding factor is which code is more readable/maintainable.
show post in topic