AGameSession::PostLogin

Called by GameMode::PostLogin to give session code chance to do work after PostLogin

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 PostLogin
(
    APlayerController * NewPlayer
)

Remarks

Called by GameMode::PostLogin to give session code chance to do work after PostLogin

Parameters

Parameter

Description

NewPlayer

player logging in

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