UBlueprintPlatformLibrary::CancelLocalNotificationById

Cancel a local notification given the ActivationEvent

Windows
MacOS
Linux

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

Syntax

static void CancelLocalNotificationById
(
    int32 NotificationId
)

Remarks

Cancel a local notification given the ActivationEvent

Parameters

Parameter

Description

NotificationId

The Id returned from one of the ScheduleLocalNotification* functions

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss