Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces > API/Plugins/OnlineSubsystem/Interfaces/IOnlineIdentity
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineIdentityInterface.h |
| Include | #include "Interfaces/OnlineIdentityInterface.h" |
void GetUserPrivilege
&40;
const FUniqueNetId & LocalUserId,
EUserPrivileges::Type Privilege,
const FOnGetUserPrivilegeCompleteDelegate & Delegate
&41;
Remarks
Gets the status of a user's privilege.
Parameters
| Name | 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 |