Skip to main content
PFEntityKey data model. Combined entity type and ID structure which uniquely identifies a single entity.

Syntax

Members

id   const char*
Null_terminated
Unique ID of the entity. type   const char*
Null_terminated
Entity type. See /playfab/live-service-management/game-configuration/entities/available-built-in-entity-types. Player entities are typically the title_player_account type. For more information, see /playfab/live-service-management/game-configuration/entities/available-built-in-entity-types.

Remarks

For more information about entities, see /playfab/live-service-management/game-configuration/entities/.

Requirements

Header: PFEntityKey.h
Last modified on August 3, 2026