🎬 Overview Video
🎓 Documentation
❓ Have a question? Would you like to request new features? Join Discord community
The main functionality of the plugin is to provide a new timer manager for Unreal Engine, capable of handling different values of global and actor's custom time dilation which can also change dynamically during the timer counting down process. Plugin also supplies a set of methods allowing management of all of the created timers at once. Enhanced Timer Manager is implemented as a Game Instance Subsystem which means that all of the plugin’s functionality is available anywhere in the project. The plugin can be helpful in games playing with the time manipulation concept (slow motion, bullet time) and any kind of game in which synchronization between gameplay objects is crucial.