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

Syntax

Parameters

titleEntityHandle   PFEntityHandle PFEntityHandle for a title Entity obtained using PFAuthenticationGetEntityWithSecretKeyAsync. request   PFPlayerDataManagementServerUpdateUserDataRequest* 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 Win32, Linux, and macOS. This function performs an additive update of the arbitrary JSON object 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. No other key-value pairs will be changed apart from those specified in the call. See also ServerGetUserDataAsync, ServerGetUserInternalDataAsync, ServerGetUserReadOnlyDataAsync, ServerUpdateUserInternalDataAsync, ServerUpdateUserReadOnlyDataAsync. When the asynchronous task is complete, call PFPlayerDataManagementServerUpdateUserDataGetResult to get the result.

Requirements

Header: PFPlayerDataManagement.h

See also

PFPlayerDataManagement members
Last modified on August 3, 2026