Cogito, ergo sum
UE3:IWebAdminUser (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
Interface >> IWebAdminUser |
- Package:
- WebAdmin
- Known implementing classes:
- BasicWebAdminUser
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. |
A webadmin user record. Creates by the IWebAdminAuth instance.
Copyright 2008 Epic Games, Inc. All Rights Reserved
Author: Michiel 'elmuerte' Hendriks
Structs
MessageEntry
- int counter
- PlayerReplicationInfo sender
- Can be none
- string senderName
- string message
- name type
- Say, TeamSay, None
- string teamName
- Object.Color teamColor
- int teamId
- INDEX_NONE if not a member of a team
Instance functions
canPerform
Used to check for permissions to perform given actions.
Parameters:
- path - an URL containing the action description. See rfc2396 for more information. The scheme part of the URL will be used as identifier for the interface. The host is the IP to witch the webserver is bound. for example: webadmin://127.0.0.1:8080/current/console Note that the webapplication path is not included.
getPC
function PlayerController getPC ()
Return a PlayerController associated with this user. This method might return none when there is no player controller associated with this user.
getUsername
function string getUsername ()
Return the name of the user
logout
function logout ()
Called when this user is logged out.
messageHistory
Get the message history.