Triple Scale Games - Certification Helper

Certification Helper is a powerful Unreal Engine 5 plugin designed to streamline the game certification process for PC, mobile and console platforms. With a versatile set of Blueprint nodes, this tool eliminates the need for complex C++ coding by providing easy-to-use solutions for essential functionalities.

Save countless hours of research and development on critical features that are often overlooked or postponed until the final stages of production. Certification Helper ensures your project meets the necessary requirements to release on platforms like Steam, Epic Games Store, Xbox, PlayStation, and Nintendo Switch, giving you a hassle-free path to launching your game.

List of nodes:

  • ShowAccountPicker:

    Open the specific platform UI to select the player's account.

  • CheckPrivilege:

    Verrify if the logged account has the requested privilege ("Can Play", "Can Play Online", "Can Communicate Online", "Can Use User Generated Content", "Can User Cross-play").

  • ShowAccountUpgradeUI:

    Open the specific platform UI asking to upgrade your account privilege to access online features.

  • GetLoginStatus:

    Return the current user login status on the console.

  • IsLicensed:

    Return true if the current user has the licence of the game.

  • ShowProductInStore:

    Open the specific platform UI store page of the specified product ID.

  • OpenWebsite:

    Open the default web browser and load the page of the specified URL.

List of events:

  • OnControllerConnectionChange:

    Trigger when a controller connection is lost and when it's back

  • OnControllerPairingChanged:

    Trigger when the pairing of a controller change

  • OnNetworkConnectionStatusChanged:

    Trigger when the network connection is lost and when it's back

  • OnUserLoginChanged:

    Trigger when the user change the account

  • OnAppDeactivate:

    Trigger when the App is deactivate by the system

  • OnAppPause:

    Trigger when the App is paused by the system (user return to home screen)

  • OnAppResume:

    Trigger when the App resume (user reopen the app from the home screen)

And more functions to come!

Check out the documentation here.Exemples about how to use the nodes are provided in the file BP_GameInstance_CertificationHelper_Exemples.

Contact us on our discord server if you have any questions or ideas of functionnalities interesting to add to this plugin.