FOnlineIdentityTwitch::Logout

Signs the player out of the online service Will call OnLogoutComplete() delegate when async task completes

Windows
MacOS
Linux

Override Hierarchy

IOnlineIdentity::Logout()

FOnlineIdentityTwitch::Logout()

References

Module

OnlineSubsystemTwitch

Header

/Engine/Plugins/Online/OnlineSubsystemTwitch/Source/Public/OnlineIdentityTwitch.h

Include

#include "OnlineIdentityTwitch.h"

Source

/Engine/Plugins/Online/OnlineSubsystemTwitch/Source/Private/OnlineIdentityTwitch.cpp

Syntax

virtual bool Logout
(
    int32 LocalUserNum
)

Remarks

Signs the player out of the online service Will call OnLogoutComplete() delegate when async task completes

Returns

true if logout task was started

Parameters

Parameter

Description

LocalUserNum

the controller number of the associated user

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