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: ovrPushNotificationResultHandleMessageHandlePtr: TOvrMessageHandlePtr |
Id
: FString |
The registered notification id is a type of string which you can push notification to.
Signature
FString FOvrPushNotificationResult::Id |
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: ovrPushNotificationResultHandleMessageHandlePtr: TOvrMessageHandlePtrReturns void |