Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UBlueprintPlatformLibrary
Description
Clear all pending local notifications. Typically this will be done before scheduling new notifications when going into the background
| Name | ClearAllLocalNotifications |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Kismet/BlueprintPlatformLibrary.h |
| Include Path | #include "Kismet/BlueprintPlatformLibrary.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Kismet/BlueprintPlatformLibrary.cpp |
UFUNCTION (BlueprintCallable, Category="Platform|LocalNotification")
static void ClearAllLocalNotifications()