Cogito, ergo sum

UE2:GUIArrayPropPage (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
Package: 
GUI2K4
Direct subclasses:
GUIDynArrayPage, MOTDConfigPage

This page displays all values for array properties received from PlayInfo TODO Add support for Select render type in playinfo

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

Properties

Property group 'GUIArrayPropPage'

bListInitialized

Type: bool


ButtonStyle

Type: string


Default value: "SquareButton"

Delim

Type: string


li_Values

Type: GUIMultiOptionList


PropName

Type: string


PropValue

Type: array<string>


Internal variables

bReadOnly

Type: bool

Modifiers: protected


lb_Values

Type: GUIMultiOptionListBox

Modifiers: automated


Default value: GUIMultiOptionListBox'ValueListBox'

MOType

Type: string


Default value: "XInterface.moEditBox"

sb_Bk1

Type: AltSectionBackground

Modifiers: automated


Default value: AltSectionBackground'BK1'

Default values

Property Value
OnCreateComponent InternalOnCreateComponent
WinHeight 0.75
WinLeft 0.090429
WinTop 0.145833
WinWidth 0.842773

Subobjects

BK1

Class: GUI2K4.AltSectionBackground

Property Value
LeftPadding 0.01
RightPadding 0.15
WinHeight 0.575
WinLeft 0.04375
WinTop 0.095833
WinWidth 0.7625

ValueListBox

Class: XInterface.GUIMultiOptionListBox

Property Value
bBoundToParent True
bScaleToParent True
bVisibleWhenEmpty True
NumColumns 1
OnChange InternalOnChange
OnCreateComponent InternalOnCreateComponent
TabOrder 0
WinHeight 0.714452
WinLeft 0.02125
WinTop 0.140209
WinWidth 0.865001

Functions

Events

InitComponent

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: LockedFloatingWindow.InitComponent


Other instance functions

AddListItem

function GUIMenuOption AddListItem (int Index)


Clear

function Clear ()


GetDataString

function string GetDataString ()

Overrides: GUIPage.GetDataString


GetMaxValue

function int GetMaxValue (string MaxLength)


GetReadOnly

function bool GetReadOnly ()

Overrides: GUICustomPropertyPage.GetReadOnly


InitializeList

function InitializeList ()


InternalOnChange

function InternalOnChange (GUIComponent Sender)


InternalOnCreateComponent

function InternalOnCreateComponent (GUIComponent NewComp, GUIComponent Sender)

Overrides: LockedFloatingWindow.InternalOnCreateComponent


InternalOnPreDraw

function bool InternalOnPreDraw (Canvas C)

Overrides: PopupPageBase.InternalOnPreDraw


SetItemOptions

function SetItemOptions (GUIMenuOption mo)


SetOwner

function SetOwner (GUIComponent NewOwner)

Overrides: GUICustomPropertyPage.SetOwner


SetReadOnly

function SetReadOnly (bool bValue)

Overrides: GUICustomPropertyPage.SetReadOnly


UpdateListCaptions

function UpdateListCaptions ()


UpdateListValues

function UpdateListValues ()