Check Internet Connection

Hi Everyone,

Is there a good way to check for an active internet connection with blueprints? I created a game in Android and used the MobileUtils plugin to accomplish this and it worked great. Unfortunately, the plugin either didn’t export properly or that node doesn’t work for iOS.

Is there a good way to check for an active internet connection with BP?

Thank you

indeed looking for same here

I found the below youtube video from Probezeit… …it appears to work. I have not tried it. Maybe instead of creating your own website to point to you can just point to www.google.com or something like this.

Thoughts???

have tried this but it does not solve the problem even it its online the JSON VaRest function keeps trying even it its restricted by a bool variable before the code runs

any solutions? thank you

You can use this to detect if there is internet connection via WIFI / Mobile data in Mobile phone.

(1) How to Check if Android has Internet connection of not in Unreal Engine for Free - YouTube

is there a text version?