Skip to main content
Creates and updates the title-specific custom data for the user which is readable and writable by the client

Syntax

Parameters

entityHandle   PFEntityHandle PFEntityHandle to use for authentication. request   PFPlayerDataManagementClientUpdateUserDataRequest* Populated request object. async   XAsyncBlock*
Inout
XAsyncBlock for the async operation.

Return value

Type: HRESULT Result code for this API operation.

Remarks

This API is available on all platforms. This function performs an additive update of the arbitrary strings containing the custom data for the user. In updating the custom data object, keys which already exist in the object will have their values overwritten, while keys with null values will be removed. New keys will be added, with the given values. No other key-value pairs will be changed apart from those specified in the call. See also ClientGetUserDataAsync, ClientGetUserReadOnlyDataAsync. When the asynchronous task is complete, call PFPlayerDataManagementClientUpdateUserDataGetResult to get the result.

Requirements

Header: PFPlayerDataManagement.h

See also

PFPlayerDataManagement members
Last modified on August 3, 2026