UE4

Please do the following to integrate your application with devtodev:

  1. Add the application to the Space using the wizard for adding application.

  2. Finally, add the following strings into the DefaultEngine.ini configuration file (the file is in "Config" folder of your project):

[Analytics]
ProviderModuleName=DevToDev

Project Settings

To get an access to the DevToDev settings, go to Project Settings > DevToDev

Get the keys (they can be found in the application settings: Settings -> SDK -> Integration) and insert the keys in this window. Then choose the Enable Push Notifications option in case if you want to send push notifications through devtodev service.

Initialization

All the events are available in the Analytics block of your Blueprint.

To initialize SDK in a blueprint, first call the "Start Session" event from the Analytics Blueprint Library.

or from the following code

FAnalytics::Get().GetDefaultConfiguredProvider()->StartSession();

Last updated