UE2:XAdminConfigIni (UT2003)
From Unreal Wiki, The Unreal Engine Documentation Site
(Redirected from UE2:AdminGroup (UT2003))
Object >> xAdminBase >> xAdminConfigBase >> XAdminConfigIni |
- Package:
- XAdmin
- This class in other games:
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