IOnlineIdentity::GetLinkedAccountAuthToken

Gets a user's platform specific authentication ticket used to sign into linked account(s)

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineIdentityInterface.h"

Syntax

virtual void GetLinkedAccountAuthToken
(
    int32 LocalUserNum,
    const FOnGetLinkedAccountAuthTokenCompleteDelegate & Delegate
) const

Remarks

Gets a user's platform specific authentication ticket used to sign into linked account(s)

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