MCPcopy Create free account
hub / github.com/PlayFab/gsdk / EntityKey

Method EntityKey

cpp/cppsdk/include/playfab/PlayFabServerDataModels.h:3530–3535  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3528 std::string TypeString;
3529
3530 EntityKey() :
3531 PlayFabBaseModel(),
3532 Id(),
3533 Type(),
3534 TypeString()
3535 {}
3536
3537 EntityKey(const EntityKey& src) :
3538 PlayFabBaseModel(),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected