i want to open an Instagram profile from my android game !
launch URL is the closes thing that is available on ue4 ,
what i want is when i press a button to open the Instagram application (my profile).
is any possible way to do so ?
thank you !
i want to open an Instagram profile from my android game !
launch URL is the closes thing that is available on ue4 ,
what i want is when i press a button to open the Instagram application (my profile).
is any possible way to do so ?
thank you !
Yes, you can use the “launch URL” function in UE4 to open the Instagram app with your profile. Simply set the URL to “instagram://user?username=your_username” in the button press event to launch the Instagram app with your profile. Also ensure the Instagram app is installed on the device for this to work seamlessly.