20tab / UnrealEnginePython

Embed Python in Unreal Engine 4
MIT License
2.7k stars 737 forks source link

How to add force to pyactor #874

Open anmol438 opened 2 years ago

anmol438 commented 2 years ago

I want to apply force to the pyactor. But I can't find any function to add force. If someone knows how to do it or it's documentation, please let me know.

Thank You

UtkarshMoholkar commented 2 years ago

Make a working blueprint by adding force and attach it to Custom event then call that custom event from the python script.