I don't need to test my programs. I have an error-correcting modem.
UE2:GUIDynArrayPage (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
(Redirected from UE2:ArrayControl (UT2004))
| GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2K4GUIPage >> PopupPageBase >> FloatingWindow >> LockedFloatingWindow >> GUICustomPropertyPage >> GUIArrayPropPage >> GUIDynArrayPage |
Contents |
- Package:
- GUI2K4
| This is an auto-generated page and may need human attention. Please remove this tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Created on: 11/15/2003 Specialized array property page for dynamic arrays
Written by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved
[edit] Properties
[edit] Property group 'GUIDynArrayPage'
[edit] ArrayButton
Type: array<ArrayControl>
[edit] NewText
Type: string
Modifiers: localized
Default value: "New"
[edit] RemoveText
Type: string
Modifiers: localized
Default value: "Remove"
[edit] SizingCaption
Type: string
[edit] Structs
[edit] ArrayControl
[edit] Functions
[edit] Events
[edit] InitComponent
event InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIArrayPropPage.InitComponent
[edit] Other instance functions
[edit] AddButton
function ArrayControl AddButton (int Index)
[edit] Clear
function Clear ()
Overrides: GUIArrayPropPage.Clear
[edit] FloatingPreDraw
Overrides: FloatingWindow.FloatingPreDraw
[edit] InitializeList
function InitializeList ()
Overrides: GUIArrayPropPage.InitializeList
[edit] InternalOnAdjustTop
function InternalOnAdjustTop (GUIComponent Sender)
[edit] InternalOnClick
function bool InternalOnClick (GUIComponent Sender)
Overrides: LockedFloatingWindow.InternalOnClick
[edit] SetElementCaption
[edit] SetElementState
[edit] UpdateButtons
function UpdateButtons ()
