AGameSession::NotifyLogout

Called when a player logs out of game.

Windows
MacOS
Linux

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

Syntax

virtual void NotifyLogout
(
    FName InSessionName,
    const FUniqueNetIdRepl & UniqueId
)

Remarks

Called when a player logs out of game.

Parameters

Parameter

Description

SessionName

session related to the log out

UniqueId

unique id of the player logging out

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss