20tab / UnrealEnginePython

Embed Python in Unreal Engine 4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to add force to pyactor

anmol438 opened this issue · comments

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

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