API reference
API reference
Select your platform
No SDKs available
No versions available

FOvrPushNotificationResult Struct

A PushNotificationResult represents the outcome of a user registering for third-party (3P) notifications. This object contains essential information about the registered notification, which can be used to send push notifications to the user. It can be retrieved using UOvrRequestsBlueprintLibrary::PushNotification_Register()

Constructors

FOvrPushNotificationResult ()
This is the default constructor for the struct, which initializes the ::ovrPushNotificationResultHandle and TOvrMessageHandlePtr to their default values.
Signature
FOvrPushNotificationResult::FOvrPushNotificationResult()
FOvrPushNotificationResult ( OvrHandle , MessageHandlePtr )
Copying values from an OVR handle to the array, and the originating message to prevent the handle from being freed.
Signature
FOvrPushNotificationResult::FOvrPushNotificationResult(ovrPushNotificationResultHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr)
Parameters
OvrHandle: ovrPushNotificationResultHandle
MessageHandlePtr: TOvrMessageHandlePtr

Fields

Id : FString
The registered notification id is a type of string which you can push notification to.
Signature
FString FOvrPushNotificationResult::Id

Member Functions

Clear ()
Setting all values to their defaults, effectively clearing the struct.
Signature
void FOvrPushNotificationResult::Clear()
Returns
void
Update ( OvrHandle , MessageHandlePtr )
Updating values from an OVR handle to the array, and the originating message to prevent the handle from being freed.
Signature
void FOvrPushNotificationResult::Update(ovrPushNotificationResultHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr)
Parameters
OvrHandle: ovrPushNotificationResultHandle
MessageHandlePtr: TOvrMessageHandlePtr
Returns
void