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