Mostly Harmless
UE3:UIAction_GetPrivilegeLevel (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> SequenceObject >> SequenceOp >> SequenceAction >> UIAction >> UIAction_GetPrivilegeLevel |
- Package:
- Engine
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} 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.
Properties
Property group 'UIAction_GetPrivilegeLevel'
PlayerID
Type: int
Player to get privilege level for.
PrivMode
Type: EFeaturePrivilegeMode
Which action to get the level for.
Default values
Property | Value | ||||
---|---|---|---|---|---|
bAutoActivateOutputLinks | False | ||||
ObjCategory | "Online" | ||||
ObjName | "Get Privilege Level" | ||||
OutputLinks[0] |
|
||||
OutputLinks[1] |
|
||||
OutputLinks[2] |
|
Enums
EFeaturePrivilegeMode
Different actions that each have their own privilege level.
- FPM_Online
- FPM_Chat
- FPM_DownloadUserContent
- FPM_PurchaseContent
Events
GetPrivilegeLevel
event OnlineSubsystem.EFeaturePrivilegeLevel GetPrivilegeLevel (int ControllerID)
Returns:
- Returns the player's current login status enum using the online subsystem.