The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE2:XAdminConfigIni (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> xAdminBase >> xAdminConfigBase >> XAdminConfigIni |
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. |
Class: XAdmin.xAdminConfigIni Parent: Engine.xAdminConfigBase
Retains the list of Admin Users and Groups and keeps them into an Ini file.
Properties
AdminGroups
Type: array<AdminGroup>
Modifiers: config
AdminUsers
Modifiers: config
Structs
AdminGroup
AdminUser
- string AdminName
- string Password
- string Privileges
- array<string> Groups
- A User can be part of multiple groups
- array<string> ManagedGroups
Static functions
Load
Overrides: xAdminConfigBase.Load
Save
Overrides: xAdminConfigBase.Save