UBlueprintPlatformLibrary::CancelLocalNotification

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 CancelLocalNotification
(
    const FString & ActivationEvent
)

Remarks

Cancel a local notification given the ActivationEvent

Parameters

Parameter

Description

ActivationEvent

The string passed into the Schedule call for the notification to be cancelled

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