Navigation
Unreal Engine C++ API Reference > Runtime > Engine > ILocalNotificationService
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/LocalNotification.h |
Include | #include "LocalNotification.h" |
void SetLaunchNotification
&40;
FString const & ActivationEvent,
int32 FireDate
&41;
Remarks
Set the local notification that was used to launch the app
Parameters
Name | Description |
---|---|
ActivationEvent | Returns the name of the ActivationEvent if a notification was used to launch the app |
FireDate | Returns the time the notification was activated |