Skip to main content
Lists summarized details of all multiplayer server builds for a title. Accepts tokens for title and if game client access is enabled, allows game client to request list of builds with player entity token.

Syntax

Parameters

entityHandle   PFEntityHandle PFEntityHandle to use for authentication. request   PFMultiplayerServerListBuildSummariesRequest* 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. Returns a list of summarized details of all multiplayer server builds for a title. See also MultiplayerServerCreateBuildWithManagedContainerAsync, MultiplayerServerDeleteBuildAsync, MultiplayerServerGetBuildAsync. When the asynchronous task is complete, call PFMultiplayerServerListBuildSummariesV2GetResultSize and PFMultiplayerServerListBuildSummariesV2GetResult to get the result.

Requirements

Header: PFMultiplayerServer.h

See also

PFMultiplayerServer members
Last modified on August 3, 2026