Google Play Rating Screen

Hey,

Is there a way to send a player to the apps Google Play rating screen, preferably using Blueprints?

Cheers,
Chris

Yes, use a Launch URL BP node to market://details?id=[packagename] where [packagename] is what you set in the Android project settings.

Brilliant. Thanks, Chris :slight_smile: