UBlueprintPlatformLibrary

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Kismet/BlueprintPlatformLibrary.h

Include

#include "Kismet/BlueprintPlatformLibrary.h"

Syntax

class UBlueprintPlatformLibrary : public UBlueprintFunctionLibrary

Constructors

Name Description

Public function

UBlueprintPlatformLibrary

(
    const FObjectInitializer& ObjectIn...
)

Functions

Name Description

Public function Static

void

 

CancelLocalNotification

(
    const FString& ActivationEvent
)

Cancel a local notification given the ActivationEvent

Public function Static

void

 

CancelLocalNotificationById

(
    int32 NotificationId
)

Cancel a local notification given the ActivationEvent

Public function Static

void

 

ClearAllLocalNotifications()

Clear all pending local notifications.

Public function Static

EScreenOrien...

 

GetDeviceOrientation()

Public function Static

void

 

GetLaunchNotification

(
    bool& NotificationLaunchedApp,
    FString& ActivationEvent,
    int32& FireDate
)

Get the local notification that was used to launch the app

Public function Static

int32

 

ScheduleLocalNotificationAtTime

(
    const FDateTime& FireDateTime,
    bool LocalTime,
    const FText& Title,
    const FText& Body,
    const FText& Action,
    const FString& ActivationEvent
)

Schedule a local notification at a specific time, inLocalTime specifies the current local time or if UTC time should be used

Public function Static

int32

 

ScheduleLocalNotificationBadgeAtTime

(
    const FDateTime& FireDateTime,
    bool LocalTime,
    const FString& ActivationEvent
)

Schedule a local notification badge at a specific time, inLocalTime specifies the current local time or if UTC time should be used

Public function Static

void

 

ScheduleLocalNotificationBadgeFromNow

(
    int32 inSecondsFromNow,
    const FString& ActivationEvent
)

Schedule a local notification badge to fire inSecondsFromNow from now

Public function Static

int32

 

ScheduleLocalNotificationFromNow

(
    int32 inSecondsFromNow,
    const FText& Title,
    const FText& Body,
    const FText& Action,
    const FString& ActivationEvent
)

Schedule a local notification to fire inSecondsFromNow from now

Constants

Name

Description

platformService

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