Skip to main content
Updates the title-specific custom property values for a player

Syntax

Parameters

entityHandle   PFEntityHandle PFEntityHandle to use for authentication. request   PFPlayerDataManagementClientUpdatePlayerCustomPropertiesRequest* 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. Performs an additive update of the custom properties for the specified player. In updating the player’s custom properties, properties which already exist will have their values overwritten. No other properties will be changed apart from those specified in the call. See also ClientDeletePlayerCustomPropertiesAsync, ClientGetPlayerCustomPropertyAsync, ClientListPlayerCustomPropertiesAsync. When the asynchronous task is complete, call PFPlayerDataManagementClientUpdatePlayerCustomPropertiesGetResult to get the result.

Requirements

Header: PFPlayerDataManagement.h

See also

PFPlayerDataManagement members
Last modified on September 11, 2026