Cogito, ergo sum

UE3:UIAction_GetPrivilegeLevel (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT3 Object >> SequenceObject >> SequenceOp >> SequenceAction >> UIAction >> UIAction_GetPrivilegeLevel

Contents

Package: 
Engine

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]
Member Value
LinkDesc "Disabled"
OutputLinks[1]
Member Value
LinkDesc "Enabled for Friends Only"
OutputLinks[2]
Member Value
LinkDesc "Enabled"

[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.