Navigation
Unreal Engine C++ API Reference > Runtime > Engine > GameFramework > AGameSession > UnregisterPlayer
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/GameFramework/GameSession.h |
Include | #include "GameFramework/GameSession.h" |
Source | /Engine/Source/Runtime/Engine/Private/GameSession.cpp |
virtual void UnregisterPlayer
&40;
FName InSessionName,
const FUniqueNetIdRepl & UniqueId
&41;
Remarks
Unregister a player from the online service session
Parameters
Name | Description |
---|---|
SessionName | name of session to unregister from |
UniqueId | id of the player to unregister |