UBlueprintPlatformLibrary::ScheduleLocalNotificationBadgeFromNow

Schedule a local notification badge to fire inSecondsFromNow from now

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 ScheduleLocalNotificationBadgeFromNow
(
    int32 inSecondsFromNow,
    const FString & ActivationEvent
)

Remarks

Schedule a local notification badge to fire inSecondsFromNow from now

Parameters

Parameter

Description

inSecondsFromNow

The seconds until the notification should fire

ActivationEvent

A string that is passed in the delegate callback when the app is brought into the foreground from the user activating the notification

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