> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PFTitleDataManagementClientGetTitleDataAsync

> Client API to retrieve the key-value store of custom title settings for the current PlayFab title, letting clients read title-scoped configuration data.

Retrieves the key-value store of custom title settings

## Syntax

```cpp theme={null}
HRESULT PFTitleDataManagementClientGetTitleDataAsync(  
    PFEntityHandle entityHandle,  
    const PFTitleDataManagementGetTitleDataRequest* request,  
    XAsyncBlock* async  
)  
```

### Parameters

**`entityHandle`**   PFEntityHandle

PFEntityHandle to use for authentication.

**`request`**   [PFTitleDataManagementGetTitleDataRequest\*](/services/playfab/api-references/c/pftitledatamanagementtypes/structs/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 all platforms. This API is designed to return title specific values which can be read, but not written to, by the client. For example, a developer could choose to store values which modify the user experience, such as enemy spawn rates, weapon strengths, movement speeds, etc. This allows a developer to update the title without the need to create, test, and ship a new build. If the player belongs to an experiment variant that uses title data overrides, the overrides are applied automatically and returned with the title data. Note that there may up to a minute delay in between updating title data and this API call returning the newest value. When the asynchronous task is complete, call [PFTitleDataManagementClientGetTitleDataGetResultSize](/services/playfab/api-references/c/pftitledatamanagement/functions/pftitledatamanagementclientgettitledatagetresultsize) and [PFTitleDataManagementClientGetTitleDataGetResult](/services/playfab/api-references/c/pftitledatamanagement/functions/pftitledatamanagementclientgettitledatagetresult) to get the result.

## Requirements

**Header:** PFTitleDataManagement.h

## See also

[PFTitleDataManagement members](/services/playfab/api-references/c/pftitledatamanagement/pftitledatamanagement_members)


## Related topics

- [PFTitleDataManagementClientGetTitleDataGetResult](/services/playfab/api-references/c/pftitledatamanagement/functions/pftitledatamanagementclientgettitledatagetresult.md)
- [Services C API overview - PFTitleDataManagement.h](/services/playfab/api-references/c/pftitledatamanagement/pftitledatamanagement_members.md)
- [PFTitleDataManagementClientGetTitleNewsAsync](/services/playfab/api-references/c/pftitledatamanagement/functions/pftitledatamanagementclientgettitlenewsasync.md)
- [PFTitleDataManagementClientGetPublisherDataAsync](/services/playfab/api-references/c/pftitledatamanagement/functions/pftitledatamanagementclientgetpublisherdataasync.md)
- [PFTitleDataManagementClientGetTitleNewsGetResult](/services/playfab/api-references/c/pftitledatamanagement/functions/pftitledatamanagementclientgettitlenewsgetresult.md)
