Hi,
I’m wondering if anyone knows of some class that can give me access to the Timer Manager without the use of UWorld. I just want to be able to create a simple timer that could run in a different thread that calls a function after a certain time. I need this timer for a plugin I’m developing and don’t really have access to UWorld since it’s not dependent on gameplay information.
Thanks.