Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Kismet > API/Runtime/Engine/Kismet/UBlueprintPlatformLibrary
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Kismet/BlueprintPlatformLibrary.h |
| Include | #include "Kismet/BlueprintPlatformLibrary.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Kismet/BlueprintPlatformLibrary.cpp |
static void GetLaunchNotification
&40;
bool & NotificationLaunchedApp,
FString & ActivationEvent,
int32 & FireDate
&41;
Remarks
Get the local notification that was used to launch the app
Parameters
| Name | Description |
|---|---|
| NotificationLaunchedApp | Return true if a notification was used to launch the app |
| ActivationEvent | Returns the name of the ActivationEvent if a notification was used to launch the app |
| FireDate | Returns the time the notification was activated |