Worst-case scenario: the UEd Goblin wipes the map and burns down your house.
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 the {{autogenerated}} 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
Properties[edit]
Property group 'GUIDynArrayPage'[edit]
ArrayButton[edit]
Type: array<ArrayControl>
NewText[edit]
Type: string
Modifiers: localized
Default value: "New"
RemoveText[edit]
Type: string
Modifiers: localized
Default value: "Remove"
SizingCaption[edit]
Type: string
Structs[edit]
ArrayControl[edit]
Functions[edit]
Events[edit]
InitComponent[edit]
event InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIArrayPropPage.InitComponent
Other instance functions[edit]
AddButton[edit]
function ArrayControl AddButton (int Index)
Clear[edit]
function Clear ()
Overrides: GUIArrayPropPage.Clear
FloatingPreDraw[edit]
Overrides: FloatingWindow.FloatingPreDraw
InitializeList[edit]
function InitializeList ()
Overrides: GUIArrayPropPage.InitializeList
InternalOnAdjustTop[edit]
function InternalOnAdjustTop (GUIComponent Sender)
InternalOnClick[edit]
function bool InternalOnClick (GUIComponent Sender)
Overrides: LockedFloatingWindow.InternalOnClick
SetElementCaption[edit]
SetElementState[edit]
UpdateButtons[edit]
function UpdateButtons ()