EpicGamesExt / BlenderTools

Blender addons that improve the game development workflow between Blender and Unreal.
https://epicgamesext.github.io/BlenderTools/
MIT License
2.81k stars 61 forks source link

Error: Could not find an open Unreal Editor instance! #432

Closed Buzivsky closed 2 years ago

Buzivsky commented 2 years ago

Hi! I need help. Add-ons: (Pipeline to: Send to Unreal) are not working in Blender.

Error: Could not find an open Unreal Editor instance!

All methods from this video do not work https://www.youtube.com/watch?v=apa9EXI2KZA

james-baber commented 2 years ago

Hey @Buzivsky the most common cause of this tends to be that remote execution is not enabled in a new Unreal project. However, there have been a few other cases where this can be that the remote execution port is blocked by another process on your machine. Can you go through these steps and trouble shoot your 6766 (assuming you did not change it from the unreal default) port? https://epicgames.github.io/BlenderTools/send2ue/trouble-shooting/faq.html#could-not-find-an-open-unreal-editor-instance

Let me know if that helps