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 |
UFUNCTION (BlueprintCallable, Category="Platform|LocalNotification")
static void CancelLocalNotificationById
(
int32 NotificationId
)
Remarks
Cancel a local notification given the ActivationEvent
Parameters
| Name | Description |
|---|---|
| NotificationId | The Id returned from one of the ScheduleLocalNotification* functions |