FOnlineIdentityTwitch::LoginWithAccessToken

Login with an existing access token

Windows
MacOS
Linux

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

void LoginWithAccessToken
(
    int32 LocalUserNum,
    const FString & AccessToken,
    const FOnLoginCompleteDelegate & InCompletionDelegate
)

Remarks

Login with an existing access token

Parameters

Parameter

Description

LocalUserNum

id of the local user initiating the request

AccessToken

access token already received from Twitch

InCompletionDelegate

delegate to fire when 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