AGameSession::UnregisterPlayer

Unregister a player from the online service session

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 UnregisterPlayer
(
    FName InSessionName,
    const FUniqueNetIdRepl & UniqueId
)

Remarks

Unregister a player from the online service session

Parameters

Parameter

Description

SessionName

name of session to unregister from

UniqueId

id of the player to unregister

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