Android create hotspot(wifi) network

Android phone can open own hotspot(WiFi) and the other mobiles can connect it to that network and that mobile also can play game.

You got solution

Hey there @Readhunterbd1! So unfortunately the way most android phones handle outputting a hotspot makes using it for LAN less feasible. Often the phone emitting the hotspot itself isn’t connected to it’s own network. This doesn’t stop you from sending the game data out and retrieving it on the same network, but it does add latency.

so suggest me somthing some ideo or code i need to change to make android hotspot game like minimilitia or bombsquad.its been a long time.and i am stuck.

So this comes back to a more advanced topic that I don’t have much experience in, so take my minor knowledge here with a grain of salt. Unreal itself doesn’t have native functions to utilize some of the features you’d have to use, so you’d need a bit of a knowledge of mobile development and the android API itself to be able to pull off wifi LAN specifically.

Since I don’t believe Unreal has native functions to utilize that portion of the android API, you’d have to manually write it, which is way above of any support I can offer.