Exposing UE5 TickPhysicsAsync Event

“If anyone is still interested in this”
Well, I’m sure a lot of people are interested in this! Thank you!

But at the moment I can’t get the Plugin to work.
I’m getting an error:
The following modules are missing or built with a different engine version:
AsyncTickPhysics-1.0.0
Would you like to rebuild them now?

After I click “yes” another error appears:
Could not be compiled. Try rebuilding from source manually.

I’m using UE 5.0.1

EDIT: I got it to work!
I had to convert my UE5 project into C++ project (Tools > Add new C++ class) and then Right Click my .uproject file and select Generate Visual studio project files.

Thank you very much for this plugin! @Claigo

1 Like