Can I run a Python file by giving a command to my character in Unreal Engine?

Can I run a Python file by giving a command to my character in Unreal Engine?

Hello @makbabavalo,

Welcome to the Convai Developer Forum!

Yes, this is possible. You can achieve this by creating a custom Action for your character in Unreal Engine. Within the Function of that Action, you can define the behavior you want.

For more guidance, you can refer to our documentation on Actions and custom function implementations here: Custom Actions.