Cogito, ergo sum
UE3:UIAction_GetPrivilegeLevel (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
(Redirected from UE3:EFeaturePrivilegeMode (UT3))
| Object >> SequenceObject >> SequenceOp >> SequenceAction >> UIAction >> UIAction_GetPrivilegeLevel |
Contents |
- Package:
- Engine
| This is an auto-generated page and may need human attention. Please remove this tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
This action retrieves the privilege level for a user.
Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.
[edit] Properties
[edit] Property group 'UIAction_GetPrivilegeLevel'
[edit] PlayerID
Type: int
Player to get privilege level for.
[edit] PrivMode
Type: EFeaturePrivilegeMode
Which action to get the level for.
[edit] Default values
| Property | Value | ||||
|---|---|---|---|---|---|
| bAutoActivateOutputLinks | False | ||||
| ObjCategory | "Online" | ||||
| ObjName | "Get Privilege Level" | ||||
| OutputLinks[0] |
|
||||
| OutputLinks[1] |
|
||||
| OutputLinks[2] |
|
[edit] Enums
[edit] EFeaturePrivilegeMode
Different actions that each have their own privilege level.
- FPM_Online
- FPM_Chat
- FPM_DownloadUserContent
- FPM_PurchaseContent
[edit] Events
[edit] GetPrivilegeLevel
event OnlineSubsystem.EFeaturePrivilegeLevel GetPrivilegeLevel (int ControllerID)
Returns:
- Returns the player's current login status enum using the online subsystem.
