Skip to main content
Retrieves the key-value store of custom internal title settings

Syntax

Parameters

titleEntityHandle   PFEntityHandle PFEntityHandle for a title Entity obtained using PFAuthenticationGetEntityWithSecretKeyAsync. request   PFTitleDataManagementGetTitleDataRequest* 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 API is designed to return title specific values which are accessible only to the server. This can be used to tweak settings on game servers and Cloud Scripts without needed to update and re-deploy them. Note that there may up to a minute delay in between updating title data and this API call returning the newest value. See also ServerSetTitleInternalDataAsync. When the asynchronous task is complete, call PFTitleDataManagementServerGetTitleInternalDataGetResultSize and PFTitleDataManagementServerGetTitleInternalDataGetResult to get the result.

Requirements

Header: PFTitleDataManagement.h

See also

PFTitleDataManagement members
Last modified on August 3, 2026