Navigation
Unreal Engine C++ API Reference > Runtime > Engine > GameFramework > AGameSession > NotifyLogout
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 NotifyLogout
&40;
FName InSessionName,
const FUniqueNetIdRepl & UniqueId
&41;
Remarks
Called when a player logs out of game.
Parameters
Name | Description |
---|---|
SessionName | session related to the log out |
UniqueId | unique id of the player logging out |