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

Method EntityKey

cpp/cppsdk/include/playfab/PlayFabClientDataModels.h:3646–3651  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3644 std::string TypeString;
3645
3646 EntityKey() :
3647 PlayFabBaseModel(),
3648 Id(),
3649 Type(),
3650 TypeString()
3651 {}
3652
3653 EntityKey(const EntityKey& src) :
3654 PlayFabBaseModel(),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected