Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PlayFab/gsdk
/ EntityKey
Method
EntityKey
cpp/cppsdk/include/playfab/PlayFabEntityDataModels.h:92–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
std::string TypeString;
91
92
EntityKey() :
93
PlayFabBaseModel(),
94
Id(),
95
Type(),
96
TypeString()
97
{}
98
99
EntityKey(const EntityKey& src) :
100
PlayFabBaseModel(),
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected