IOnlineIdentity::GetUserAccount

Obtain online account info for a user that has been registered

Windows
MacOS
Linux

Override Hierarchy

IOnlineIdentity::GetUserAccount()

FOnlineIdentityTwitch::GetUserAccount()

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineIdentityInterface.h"

Syntax

TSharedPtr< FUserOnlineAccount > GetUserAccount
(
    const FUniqueNetId & UserId
) const

Remarks

Obtain online account info for a user that has been registered

Returns

info about the user if found, NULL otherwise

Parameters

Parameter

Description

UserId

user to search for

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