Documentation

Support

Authentication for Unreal Engine

Authentication overview

Authentication for Unreal Engine

Player profiles

Manage multiple player profiles to switch between different authorized users.
Read time 1 minuteLast updated 2 months ago

To authorize multiple players sequentially inside a single game session, player profiles can be used. This feature grants the ability to switch, validate, and sign out of different authorization profiles. By default, a single player profile is created under the name configured in the ‘Unity Authentication’ Project Settings. If the configured name is invalid, it’ll revert to “default”.
Note
Switching profiles is only a valid action when a player is signed out. If you try to switch profiles while signed-in, a warning is logged and results in the Player Profile staying the same.