Retreive Google Play Leaderboard rankings and values without using the default gui via Show Platform Specific Leaderboard Screen

Google play services will be supported in the next version of the Google Daydream SDK as per: https://github.com/googlevr-unreal/UnrealEngine/issues/7

There are no plans to make a VR version of the google play GUIs (leaderboards and achievements).

Is there anyway with blueprints to retrieve the Top 10 names and values in a leaderboard so we can create the leaderboard GUI ourselves?

If C++ is the only way does someone mind providing the code? Or is there anyway this could be done via blueprints with the LE HTTP Rest plugin using the google play REST API?

It looks like it might be possible by getting the access token via something like this: Retrieving Access Token from Google Play Games - Mobile Development - Unreal Engine Forums

unfortunately no blueprint support :frowning: