Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/GameFramework > API/Runtime/Engine/GameFramework/AGameSession > API/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
(
FName InSessionName,
const FUniqueNetIdRepl & UniqueId
)
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 |