Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Kismet
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintFunctionLibrary
- UBlueprintPlatformLibrary
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Kismet/BlueprintPlatformLibrary.h |
Include | #include "Kismet/BlueprintPlatformLibrary.h" |
Syntax
class UBlueprintPlatformLibrary : public UBlueprintFunctionLibrary
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
UBlueprintPlatformLibrary
(
const FObjectInitializer& ObjectInitializer |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | CancelLocalNotification
(
const FString& ActivationEvent |
Cancel a local notification given the ActivationEvent |
![]() ![]() |
void | CancelLocalNotificationById
(
int32 NotificationId |
Cancel a local notification given the ActivationEvent |
![]() ![]() |
void | Clear all pending local notifications. | |
![]() ![]() |
EScreenOrientation::Type | Returns the allowed orientation of the device. | |
![]() ![]() |
EScreenOrientation::Type | Returns the current orientation of the device: will be either Portrait, LandscapeLeft, PortraitUpsideDown or LandscapeRight. | |
![]() ![]() |
void | GetLaunchNotification
(
bool& NotificationLaunchedApp, |
Get the local notification that was used to launch the app |
![]() ![]() |
int32 | Schedule a local notification at a specific time, inLocalTime specifies the current local time or if UTC time should be used | |
![]() ![]() |
int32 | ScheduleLocalNotificationBadgeAtTime
(
const FDateTime& FireDateTime, |
Schedule a local notification badge at a specific time, inLocalTime specifies the current local time or if UTC time should be used |
![]() ![]() |
void | ScheduleLocalNotificationBadgeFromNow
(
int32 inSecondsFromNow, |
Schedule a local notification badge to fire inSecondsFromNow from now |
![]() ![]() |
int32 | ScheduleLocalNotificationFromNow
(
int32 inSecondsFromNow, |
Schedule a local notification to fire inSecondsFromNow from now |
![]() ![]() |
void | SetAllowedDeviceOrientation
(
EScreenOrientation::Type NewAllowedDeviceOrientation |
Set the allowed orientation of the device. |
Constants
Name | Description |
---|---|
platformService |