21 ::ll::TypedStorage<8, 176, ::NetworkIdentifier> mNetworkId;
22 ::ll::TypedStorage<1, 1, ::SubClientId> mClientSubId;
23 ::ll::TypedStorage<8, 16, ::mce::UUID> mClientUUID;
24 ::ll::TypedStorage<4, 4, ::PlayerAuthenticationType> mAuthenticationType;
25 ::ll::TypedStorage<8, 384, ::PlayerAuthenticationInfo> mTrustedPlayerInfo;
31 MCAPI ::std::string getIdentityName()
const;
33 MCAPI ::std::string getMessOId()
const;
35 MCAPI ::std::string getPlayFabId()
const;
37 MCAPI ::std::string getTenantId()
const;
39 MCAPI ::std::string getXuid()
const;
45 MCAPI static ::UserEntityIdentifierComponent* tryGetFromEntity(
::EntityContext& entity);
Definition EntityContext.h:15