Hi, getting this error:
Python: Traceback (most recent call last):
File “C:\Users\PC\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\operators.py”, line 88, in invoke
if utilities.is_unreal_connected():
File “C:\Users\PC\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\core\utilities.py”, line 600, in is_unreal_connected
unreal.bootstrap_unreal_with_rpc_server()
File “C:\Users\PC\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py”, line 200, in bootstrap_unreal_with_rpc_server
raise RuntimeError(result)
RuntimeError: No module named ‘rpc’
using:
Blender 3.3
Ue5
send2ue 2.1.4
Python checked in addons
Remote execution Checked
Do I need to be in a specific project?
Please help, thanks!