Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

Engine.UIAction_GetPrivilegeLevel

Extends
UIAction
Modifiers
native ( inherit )

This action retrieves the privilege level for a user. Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.

Core.Object
|   
+-- Engine.SequenceObject
   |   
   +-- Engine.SequenceOp
      |   
      +-- Engine.SequenceAction
         |   
         +-- Engine.UIAction
            |   
            +-- Engine.UIAction_GetPrivilegeLevel

Variables Summary
UIAction_GetPrivilegeLevel
intPlayerID
EFeaturePrivilegeModePrivMode
Inherited Variables from Engine.UIAction
bAutoTargetOwner, GamepadID
Inherited Variables from Engine.SequenceAction
bCallHandler, HandlerName, Targets

Enumerations Summary
EFeaturePrivilegeMode
FPM_Online, FPM_Chat, FPM_DownloadUserContent, FPM_PurchaseContent

Functions Summary
eventEFeaturePrivilegeLevel GetPrivilegeLevel (int ControllerID))
Inherited Functions from Engine.UIAction
GetOwner, GetOwnerScene, IsValidLevelSequenceObject, IsValidUISequenceObject


Variables Detail

UIAction_GetPrivilegeLevel

PlayerID Source code

var(UIAction_GetPrivilegeLevel) int PlayerID;
Player to get privilege level for.

PrivMode Source code

var(UIAction_GetPrivilegeLevel) EFeaturePrivilegeMode PrivMode;
Which action to get the level for.


Enumerations Detail

EFeaturePrivilegeMode Source code

enum EFeaturePrivilegeMode
{
FPM_Online, FPM_Chat, FPM_DownloadUserContent, FPM_PurchaseContent
};
Different actions that each have their own privilege level.


Functions Detail

GetPrivilegeLevel Source code

event EFeaturePrivilegeLevel GetPrivilegeLevel ( int ControllerID) )

@return Returns the player's current login status enum using the online subsystem.


Defaultproperties

defaultproperties
{
   bAutoActivateOutputLinks=False
   OutputLinks(0)=(LinkDesc="Disabled")
   OutputLinks(1)=(LinkDesc="Enabled for Friends Only")
   OutputLinks(2)=(LinkDesc="Enabled")
   ObjName="Get Privilege Level"
   ObjCategory="Online"
   Name="Default__UIAction_GetPrivilegeLevel"
   ObjectArchetype=UIAction'Engine.Default__UIAction'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 18-3-2018 10:00:45.944 - Created with UnCodeX