IOnlineSession::UnregisterLocalPlayer

Unregisters a local player with a session.

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineSessionInterface.h

Include

#include "Interfaces/OnlineSessionInterface.h"

Syntax

void UnregisterLocalPlayer
(
    const FUniqueNetId & PlayerId,
    FName SessionName,
    const FOnUnregisterLocalPlayerCompleteDelegate & Delegate
)

Remarks

Unregisters a local player with a session.

Parameters

Parameter

Description

PlayerId

the player to unregister

SessionName

the session in which to unregister the player

Delegate

the delegate executed when the asynchronous operation completes

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