IOnlineIdentity::GetUserPrivilege

Gets the status of a user's privilege.

Windows
MacOS
Linux

Override Hierarchy

IOnlineIdentity::GetUserPrivilege()

FOnlineIdentityTwitch::GetUserPrivilege()

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineIdentityInterface.h"

Syntax

void GetUserPrivilege
(
    const FUniqueNetId & LocalUserId,
    EUserPrivileges::Type Privilege,
    const FOnGetUserPrivilegeCompleteDelegate & Delegate
)

Remarks

Gets the status of a user's privilege.

Parameters

Parameter

Description

LocalUserId

the unique id of the user to query

Privilege

the privilege you want to know about

Delegate

delegate to execute when the async task 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