I love the smell of UnrealEd crashing in the morning. – tarquin
UE2:UT2K4VideoChangeOK (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2K4GUIPage >> PopupPageBase >> MessageWindow >> UT2K4GenericMessageBox >> UT2K4VideoChangeOK |
Contents
- 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[edit]
Property group 'UT2K4VideoChangeOK'[edit]
ChangeType[edit]
Type: EVideoChangeType
Modifiers: noexport
Count[edit]
Type: int
Modifiers: noexport, transient
OverrideResNotice[edit]
Type: string
RestoreText[edit]
Type: string
Modifiers: localized
Default value: "(Original settings will be restored in %count% %seconds%)"
RevertString[edit]
Type: string
Modifiers: noexport, transient
SecondsText[edit]
Type: string
Modifiers: localized
Default value: "seconds"
SecondText[edit]
Type: string
Modifiers: localized
Default value: "second"
Internal variables[edit]
b_Cancel[edit]
Type: GUIButton
Modifiers: automated
Default value: GUIButton'bCancel'
Default values[edit]
Property | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
b_OK | GUIButton'bOk' | ||||||||||
InactiveFadeColor |
|
||||||||||
l_Text | GUILabel'lbText' | ||||||||||
l_Text2 | GUILabel'lbText2' |
Subobjects[edit]
bCancel[edit]
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[edit]
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[edit]
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[edit]
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[edit]
EVideoChangeType[edit]
- VCT_Resolution
- VCT_FullScreen
- VCT_Device
Functions[edit]
Events[edit]
InitComponent[edit]
event InitComponent (GUIController InController, GUIComponent InOwner)
Overrides: GUIPage.InitComponent
Timer[edit]
event Timer ()
Overrides: GUIComponent.Timer
Other instance functions[edit]
ChangeResolution[edit]
function ChangeResolution (string DesiredRes)
DeferChangeOnClose[edit]
function DeferChangeOnClose (optional bool bCancelled)
Execute[edit]
function Execute (string DesiredRes)
InternalOnClick[edit]
function bool InternalOnClick (GUIComponent Sender)
Overrides: UT2K4GenericMessageBox.InternalOnClick
SetDevice[edit]
function SetDevice (string NewRenderDevice)
StartTimer[edit]
function StartTimer ()
ToggleFullScreen[edit]
function ToggleFullScreen ()