Skip to main content

Set Player Status

Last updated on

A player's presence can be set by a game. This function is how to update the status of the player that is going to change the status.

Availability Availability = Availability::Availabe;
FString Activity = FString("My New Activity");

FRegistry::Lobby.Connect();
FRegistry::Lobby.SendSetPresenceStatus(Availability, Activity);