In-App Notification is an UE4 plugin that provides the ability to trigger email notification at runtime. Users can it for Bug Report, In-App Information Collection, Security Alert, User Questions Report and so on.
In-App Notification is an UE4 plugin that provides the ability to trigger email notification without setting up a mail server. Users can it for Bug Report, In-App Information Collection, Security Alert, User Questions Report and so on.
Support to trigger notification from blueprint.
Support to set receiver’s email from blueprint.
Following blew steps, you will use this tool quickly.
Drag InAppNotificationProxy into your own level.
To fetch account email and api key, register your account from here. Click “Activate” button to activate your account.
Open demo project and see the example from blueprint BP_Test_UI inside UMG folder.
Trigger notification as follow.
Receiver email: The email address that will receive this notification.
Subject: The notification subject.
Content; The content of notification.
Notice that user should wait 1-3 minutes to receive the notification.
if you want to add the plugin to your own project, just following the steps given below.
Put plugin to folder “Plugins” in your project.
Right click your project file(.uprojcet) and select “Generate Visual Studio project files”
Open Visual Studio project and complile.
In the event you are unable to find the information you seek, feel free to contact easycomplex.tech@gmail.com.