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 CancelLocalNotification
(
const FString & ActivationEvent
)
Remarks
Cancel a local notification given the ActivationEvent
Parameters
| Name | Description |
|---|---|
| ActivationEvent | The string passed into the Schedule call for the notification to be cancelled |