Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/GameFramework > API/Runtime/Engine/GameFramework/AGameSession > API/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
(
const APlayerController * PC
)
Remarks
Called when a PlayerController logs out of game.
Parameters
| Name | Description |
|---|---|
| PC | player controller currently logging out |