UE2:UT2K4VideoChangeOK (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2K4GUIPage >> PopupPageBase >> MessageWindow >> UT2K4GenericMessageBox >> UT2K4VideoChangeOK |
- Package:
- GUI2K4
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. |
(C) 2002, Epic Games
Properties
Property group 'UT2K4VideoChangeOK'
ChangeType
Type: EVideoChangeType
Modifiers: noexport
Count
Type: int
Modifiers: noexport, transient
OverrideResNotice
Type: string
RestoreText
Type: string
Modifiers: localized
Default value: "(Original settings will be restored in %count% %seconds%)"
RevertString
Type: string
Modifiers: noexport, transient
SecondsText
Type: string
Modifiers: localized
Default value: "seconds"
SecondText
Type: string
Modifiers: localized
Default value: "second"
Internal variables
b_Cancel
Type: GUIButton
Modifiers: automated
Default value: GUIButton'bCancel'
Default values
Property | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
b_OK | GUIButton'bOk' | ||||||||||
InactiveFadeColor |
| ||||||||||
l_Text | GUILabel'lbText' | ||||||||||
l_Text2 | GUILabel'lbText2' |
Subobjects
bCancel
Class: XInterface.GUIButton
Property | Value |
---|---|
bBoundToParent | True |
Caption | "Restore Settings" |
OnClick | InternalOnClick |
WinHeight | 0.04 |
WinLeft | 0.65 |
WinTop | 0.558334 |
WinWidth | 0.2 |
bOk
Class: XInterface.GUIButton
Property | Value |
---|---|
bBoundToParent | True |
Caption | "Keep Settings" |
OnClick | InternalOnClick |
WinHeight | 0.04 |
WinLeft | 0.175 |
WinTop | 0.558334 |
WinWidth | 0.2 |
lbText
Class: XInterface.GUILabel
Property | Value |
---|---|
Caption | "Accept these settings?" |
FontScale | FNS_Large |
StyleName | "TextLabel" |
TextAlign | TXTA_Center |
WinHeight | 0.06875 |
WinLeft | 0.0 |
WinTop | 0.39 |
WinWidth | 1.0 |
lbText2
Class: XInterface.GUILabel
Property | Value |
---|---|
Caption | "(Original settings will be restored in 15 seconds)" |
StyleName | "TextButton" |
TextAlign | TXTA_Center |
WinHeight | 0.045 |
WinLeft | 0.0 |
WinTop | 0.46 |
WinWidth | 1.0 |
Enums
EVideoChangeType
- VCT_Resolution
- VCT_FullScreen
- VCT_Device
Functions
Events
InitComponent
event InitComponent (GUIController InController, GUIComponent InOwner)
Overrides: GUIPage.InitComponent
Timer
event Timer ()
Overrides: GUIComponent.Timer
Other instance functions
ChangeResolution
function ChangeResolution (string DesiredRes)
DeferChangeOnClose
function DeferChangeOnClose (optional bool bCancelled)
Execute
function Execute (string DesiredRes)
InternalOnClick
function bool InternalOnClick (GUIComponent Sender)
Overrides: UT2K4GenericMessageBox.InternalOnClick
SetDevice
function SetDevice (string NewRenderDevice)
StartTimer
function StartTimer ()
ToggleFullScreen
function ToggleFullScreen ()