Framerate independent timer class

Did you tried UE4 timers?

You can access via GetWorldTimerManager()

But if you really want to use external liberies… UE4 does not stop you to do it :slight_smile: heres a guide how to do it: