question

Sukjae Lee avatar image
Sukjae Lee asked

Login with Google Account in UE4 Blueprint

I am developing with Unreal Blueprint only. I want to connect to Google account through a blueprint, but I don't know how to get a server auth code. Can I connect to my Google account with Blueprint only?

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Seth Du avatar image
Seth Du answered

Yes, of course. Once you get the server auth code, you can login via LoginWithGoogleAccount. For the implementation tutorial, please refer to: https://docs.microsoft.com/en-us/gaming/playfab/features/authentication/platform-specific-authentication/google-html5.

If you are developing the game on Android, you may refer to: https://docs.microsoft.com/en-us/gaming/playfab/features/authentication/platform-specific-authentication/google-sign-in-unity.

Currently, we don’t have very detailed tutorial of implementing Google Login via Blueprint on UE4. You may also refer to Google official documentation: https://developers.google.com/identity/sign-in/android/offline-access. In addition, I believe you can get dedicated support from Unreal Engine Developer community.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.