Gah - a solution with more questions. – EntropicLqd

UE2:LockedFloatingWindow (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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[edit]

Property group 'LockedFloatingWindow'[edit]

EdgeBorder[edit]

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[edit]

Type: string

Modifiers: localized

this is the caption that will go onto the sectionbackground header

Internal variables[edit]

b_Cancel[edit]

Type: GUIButton

Modifiers: automated


Default value: GUIButton'LockedCancelButton'

b_OK[edit]

Type: GUIButton

Modifiers: automated


Default value: GUIButton'LockedOKButton'

sb_Main[edit]

Type: GUISectionBackground

Modifiers: automated


Default value: AltSectionBackground'InternalFrameImage'

Default values[edit]

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[edit]

InternalFrameImage[edit]

Class: GUI2K4.AltSectionBackground

Property Value
WinHeight 0.550976
WinLeft 0.04
WinTop 0.075
WinWidth 0.675859

LockedCancelButton[edit]

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[edit]

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[edit]

Events[edit]

InitComponent[edit]

event InitComponent (GUIController InController, GUIComponent InOwner)

Overrides: FloatingWindow.InitComponent


Other instance functions[edit]

AlignButtons[edit]

function AlignButtons ()


InternalOnClick[edit]

function bool InternalOnClick (GUIComponent Sender)


InternalOnCreateComponent[edit]

function InternalOnCreateComponent (GUIComponent NewComp, GUIComponent Sender)

Overrides: FloatingWindow.InternalOnCreateComponent