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

FOvrUserDataStoreUpdateResponse Struct

This payload contains information about the result of an update request to the user data store. It includes a success field field FOvrUserDataStoreUpdateResponse::Success that indicates whether the update was successful or not. See more info about Platform Solutions here.

Constructors

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

Fields

Success : bool
Indicates whether the update request was successful or not. A value of true indicates that the update was successful, while a value of false indicates that the update failed.
Signature
bool FOvrUserDataStoreUpdateResponse::Success

Member Functions

Clear ()
Setting all values to their defaults, effectively clearing the struct.
Signature
void FOvrUserDataStoreUpdateResponse::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 FOvrUserDataStoreUpdateResponse::Update(ovrUserDataStoreUpdateResponseHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr)
Parameters
Returns
void