Failed to connect to Unreal Engine [Troubleshooting] - nils-soderman/vscode-unreal-python GitHub Wiki
Timed out while trying to connect to Unreal Engine.

Troubleshooting steps:
- 
Open up the VS Code settings for the "Unreal Engine Python" extension, and make sure the following settings match with the Python project settings in Unreal: - "Multicast Group Endpoint" (ue-python.remote.multicastGroupEndpoint)
- "Multicast Bind Address" (ue-python.remote.multicastBindAddress)
 
- "Multicast Group Endpoint" (
- The "Multicast Group Endpoint" port 6766might be unavailable, try to change it to e.g.6767or6768(or any other port number). This must be changed both in Unreal Engine & VS Code settings (see screenshot above).
- In the VS Code settings for the extension, make sure ue-python.remote.timeouthas a high enough value for Unreal Engine to have the chance to respond. Note that the timeout is in milliseconds (1000 = 1 second). Default value is 3000 (3 seconds) which should be enough.


