Cogito, ergo sum
UE2:XAdminConfigIni (UT2003)
From Unreal Wiki, The Unreal Engine Documentation Site
(Redirected from UE2:AdminGroup (UT2003))
| Object >> xAdminBase >> xAdminConfigBase >> XAdminConfigIni |
Contents |
| This is an auto-generated page and may need human attention. Please remove this 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.
[edit] Properties
[edit] AdminGroups
Type: array<AdminGroup>
Modifiers: config
[edit] AdminUsers
Modifiers: config
[edit] Structs
[edit] AdminGroup
[edit] AdminUser
- string AdminName
- string Password
- string Privileges
- array<string> Groups
- A User can be part of multiple groups
- array<string> ManagedGroups
[edit] Static functions
[edit] Load
Overrides: xAdminConfigBase.Load
[edit] Save
Overrides: xAdminConfigBase.Save
