The User ID Replication Component
Last updated
Was this helpful?
Last updated
Was this helpful?
The M2_UserIDReplicationComponent
is a Morpheus Actor Component added to all M2M_CharacterBase
classes. It is used to inform the server of the character's web platform UserId, since this information comes from the local client.
On the server, you can call HandleUserIdReplicatedToServer
to trigger a callback with the UserId once it has been obtained. (If this is called after the UserId has already been obtained, the callback will trigger immediately).
Once you are certain that the UserId has been obtained, you can subsequently use GetUserIdAsString
.
On the auth client, you can instead obtain the local User ID directly from the M2_WebServiceProfileDataProvider
world service (see World Services)