Cogito, ergo sum
UE2:XAdminConfigIni (UT2003)
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[edit]
AdminGroups[edit]
Type: array<AdminGroup>
Modifiers: config
AdminUsers[edit]
Modifiers: config
Structs[edit]
AdminGroup[edit]
AdminUser[edit]
- string AdminName
- string Password
- string Privileges
- array<string> Groups
- A User can be part of multiple groups
- array<string> ManagedGroups
Static functions[edit]
Load[edit]
Overrides: xAdminConfigBase.Load
Save[edit]
Overrides: xAdminConfigBase.Save