Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE2:LockedFloatingWindow (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2K4GUIPage >> PopupPageBase >> FloatingWindow >> LockedFloatingWindow
Package: 
GUI2K4
Direct subclasses:
GUICustomPropertyPage, KeyBindMenu, UT2K4TryAMod, MapInfoPage, MutatorConfigMenu, TeamSymbolConfig, UT2K4BotConfigPage, UT2K4BotInfoPage, UT2K4Demo2AVI, UT2K4NetworkStatusMsg, UT2k4ModelSelect

Created on: 12/29/2003 This implementation of floating window has an internal frame, and is intended for menus which contain one or two large components (like lists)

Written by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved

Properties

Property group 'LockedFloatingWindow'

EdgeBorder

Type: float

Array size: 4


Default value, index 0: 16.0

Default value, index 1: 24.0

Default value, index 2: 16.0

Default value, index 3: 24.0

SubCaption

Type: string

Modifiers: localized

this is the caption that will go onto the sectionbackground header

Internal variables

b_Cancel

Type: GUIButton

Modifiers: automated


Default value: GUIButton'LockedCancelButton'

b_OK

Type: GUIButton

Modifiers: automated


Default value: GUIButton'LockedOKButton'

sb_Main

Type: GUISectionBackground

Modifiers: automated


Default value: AltSectionBackground'InternalFrameImage'

Default values

Property Value
bCaptureInput True
bResizeHeightAllowed False
bResizeWidthAllowed False
DefaultHeight 0.7
DefaultLeft 0.125
DefaultTop 0.15
DefaultWidth 0.74
InactiveFadeColor
Member Value
A 255
B 60
G 60
R 60
WinHeight 0.7
WinLeft 0.125
WinTop 0.15
WinWidth 0.74

Subobjects

InternalFrameImage

Class: GUI2K4.AltSectionBackground

Property Value
WinHeight 0.550976
WinLeft 0.04
WinTop 0.075
WinWidth 0.675859

LockedCancelButton

Class: XInterface.GUIButton

Property Value
bAutoShrink False
bBoundToParent True
Caption "Cancel"
OnClick InternalOnClick
TabOrder 99
WinLeft 0.512695
WinTop 0.872397
WinWidth 0.159649

LockedOKButton

Class: XInterface.GUIButton

Property Value
bAutoShrink False
bBoundToParent True
Caption "OK"
OnClick InternalOnClick
TabOrder 100
WinLeft 0.742188
WinTop 0.872397
WinWidth 0.159649

Functions

Events

InitComponent

event InitComponent (GUIController InController, GUIComponent InOwner)

Overrides: FloatingWindow.InitComponent


Other instance functions

AlignButtons

function AlignButtons ()


InternalOnClick

function bool InternalOnClick (GUIComponent Sender)


InternalOnCreateComponent

function InternalOnCreateComponent (GUIComponent NewComp, GUIComponent Sender)

Overrides: FloatingWindow.InternalOnCreateComponent