Mostly Harmless
UE3:WebAdminSettings (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
- Package:
- WebAdmin
- Direct subclasses:
- GeneralSettings, UTGameSettings
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. |
Base class for all WebAdminSettings instances that are include with the WebAdmin package. You can use it as base class for your own WebAdmin configuration classes, but that imposes a dependency on the WebAdmin package. It's simply best to create a subclass of Settings and copy the SetSpecialValue(...) implementation from this class to your own.
IMPORTANT! The WebAdmin is an optional server-side only package. Do not introduce a dependency on this package from a package that a client needs to download in order to play your mod.
Copyright 2008 Epic Games, Inc. All Rights Reserved
Author: Michiel 'elmuerte' Hendriks
Instance functions[edit]
GetFloatPropertyByName[edit]
GetIntPropertyByName[edit]
GetStringPropertyByName[edit]
init[edit]
function init ()
save[edit]
function save ()
saveInternal[edit]
protected function saveInternal ()
SetFloatPropertyByName[edit]
SetIntPropertyByName[edit]
SetSpecialValue[edit]
Overrides: Object.SetSpecialValue