TimerManager without the use of UWorld?

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.

You can get a non-world TimerManager from GameInstance if you can access that.

If not, copy the implementation from UAssetManager :

1 Like

Awesome, thank you!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.