| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Copyright 1998-2007 Epic Games, Inc. All Rights Reserved. Advanced video settings for the PC.
Core.Object
|
+-- Engine.UIRoot
|
+-- Engine.UIScreenObject
|
+-- Engine.UIScene
|
+-- UTGame.UTUIScene
|
+-- UTGame.UTUIFrontEnd
|
+-- UTGame.UTUIFrontEnd_SettingsVideoAdvanced
| Constants Summary |
|---|
| Variables Summary | |
|---|---|
| UTUIScene_MessageBox | MessageBoxReference |
| UTUITabPage_Options | OptionsPage |
| array<name> | SettingWidgetMapping |
| Inherited Variables from UTGame.UTUIFrontEnd |
|---|
| bCancellingInstallPS3, bInstallingPS3, ButtonBar, CurrentPageIndex, ImportingMessageBoxReference, ImportState, PreviousPageIndex, TabControl, TitleMarkupString, VersionFont, VersionPos, VersionText |
| Enumerations Summary | ||
|---|---|---|
| EPossibleVideoSettings PVS_ScreenPercentage, PVS_TextureDetail, PVS_WorldDetail, PVS_FXDetail, PVS_DecalQuality, PVS_LightingQuality, PVS_ShadowQuality, PVS_PostProcessQuality, PVS_VSyncValue, PVS_SmoothFramerate, PVS_PlayerFOV, | ||
| Inherited Enumerations from UTGame.UTUIFrontEnd |
|---|
| EModImport |
| Inherited Enumerations from UTGame.UTUIScene |
|---|
| EUTBotTeam, EUTRecordDemo |
| Functions Summary | ||
|---|---|---|
![]() | int | GetVideoSettingValue (EPossibleVideoSettings Setting) |
![]() | bool | HandleInputKey (const out InputEventParameters EventParms )) |
![]() | OnAccept ())) | |
![]() | OnAcceptOptions (UIScreenObject InScreenObject, int InPlayerIndex)) | |
![]() | OnBack ())) | |
![]() | bool | OnButtonBar_Accept (UIScreenObject InButton, int PlayerIndex)) |
![]() | bool | OnButtonBar_Back (UIScreenObject InButton, int PlayerIndex)) |
![]() | OnOptionChanged (UIScreenObject InObject, name OptionName, int PlayerIndex)) | |
![]() | PostInitialize ())) | |
![]() | SetPlayerFOV (int NewFOV)) | |
![]() | SetupButtonBar ())) | |
![]() | SetVideoSettingValue (EPossibleVideoSettings Setting, int Value) | |
![]() | SetVideoSettingValueArray (array<EPossibleVideoSettings> Settings, array<int> Values) | |
![]() | WarningMessage_Closed ())) | |
| Variables Detail |
|---|
Reference to the messagebox scene.
Pointer to the options page.
Array of setting types to widget names.
| Enumerations Detail |
|---|
PVS_ScreenPercentage, PVS_TextureDetail, PVS_WorldDetail, PVS_FXDetail, PVS_DecalQuality, PVS_LightingQuality, PVS_ShadowQuality, PVS_PostProcessQuality, PVS_VSyncValue, PVS_SmoothFramerate, PVS_PlayerFOV,};
Possible settings enum.
| Functions Detail |
|---|
GetVideoSettingValue Source code
@param Setting Setting to get the value of
@return Returns the current value of the specified setting.
HandleInputKey Source codeProvides a hook for unrealscript to respond to input using actual input key names (i.e. Left, Tab, etc.) Called when an input key event is received which this widget responds to and is in the correct state to process. The keys and states widgets receive input for is managed through the UI editor's key binding dialog (F8). This delegate is called BEFORE kismet is given a chance to process the input.
@param EventParms information about the input event.
@return TRUE to indicate that this input key was processed; no further processing will occur on this input key event.
OnAccept Source codeCallback for when the user wants to save their options.
OnAcceptOptions Source codeCallback for when the user accepts the options list.
OnBack Source codeCallback for when the user wants to exit this screen.
OnButtonBar_Accept Source codeButton bar callbacks.
OnButtonBar_Back Source code
OnOptionChanged Source codeCalled when one of our options changes.
PostInitialize Source codePost initialize callback.
SetPlayerFOV Source code
SetupButtonBar Source codeCallback to setup the buttonbar for this scene.
SetVideoSettingValue Source codeSets the value of the video setting.
@param Setting Setting to set the value of
@param Value New value for the setting
SetVideoSettingValueArray Source codeSets the value of multiple video settings at once.
@param Setting Array of settings to set the value of
@param Value New values for teh settings
WarningMessage_Closed Source codeCallback for when the warning message has closed.
| Defaultproperties |
|---|
defaultproperties { Begin Object Class=UIComp_Event Name=SceneEventComponent ObjName=SceneEventComponent Archetype=UIComp_Event'UTGame.Default__UTUIFrontEnd:SceneEventComponent' ObjectArchetype=UIComp_Event'UTGame.Default__UTUIFrontEnd:SceneEventComponent' End Object EventProvider=SceneEventComponent Name="Default__UTUIFrontEnd_SettingsVideoAdvanced" ObjectArchetype=UTUIFrontEnd'UTGame.Default__UTUIFrontEnd' } |
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||