My program doesn't have bugs. It just develops random features.
UE2:GUIMultiComponent (UE2Runtime)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> GUI >> GUIComponent >> GUIMultiComponent |
- Package:
- GUI
- Direct subclasses:
- GUIComboBox, GUIFloatEdit, GUIListBoxBase, GUIMenuOption, GUINumericEdit, GUIPage, GUIPanel, GUIScrollBarBase, GUITabControl
- This class in other games:
- UT2003, UT2004
| 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. |
Class: GUI.GUIMultiComponent
GUIMultiComponents are collections of components that work together. When initialized, GUIMultiComponents transfer all of their components to the to the GUIPage that owns them.
Written by Joe Wilcox (c) 2002, Epic Games, Inc. All Rights Reserved
[edit] Properties
[edit] Components
Type: array<GUIComponent>
An Array of Controls that can be tabbed to
[edit] Controls
Type: array<GUIComponent>
An Array of Components that make up this Control
[edit] FocusedControl
Type: GUIComponent
Which component inside this one has focus
[edit] PropagateVisibility
Type: bool
Does changes to visibility propagate down the line
[edit] Default values
| Property | Value |
|---|---|
| bTabStop | True |
[edit] Functions
[edit] Native functions
[edit] InitializeControls
[edit] Events
[edit] AddComponent
[edit] AppendComponent
[edit] Closed
Overrides: GUIComponent.Closed
[edit] FindComponentIndex
[edit] FocusFirst
Overrides: GUIComponent.FocusFirst
[edit] FocusLast
Overrides: GUIComponent.FocusLast
[edit] Free
Overrides: GUIComponent.Free
[edit] InsertComponent
[edit] LoseFocus
Overrides: GUIComponent.LoseFocus
[edit] MenuStateChange
Overrides: GUIComponent.MenuStateChange
[edit] NextControl
Overrides: GUIComponent.NextControl
[edit] Opened
Overrides: GUIComponent.Opened
[edit] PrevControl
Overrides: GUIComponent.PrevControl
[edit] RemapComponents
[edit] RemoveComponent
[edit] SetFocus
Overrides: GUIComponent.SetFocus
[edit] SetVisibility
Overrides: GUIComponent.SetVisibility
[edit] Other instance functions
[edit] FindCenterPoint
[edit] FindDist
[edit] InitComponent
Overrides: GUIComponent.InitComponent
[edit] InternalOnShow
[edit] LoadINI
Overrides: GUIComponent.LoadINI
[edit] MapControls
[edit] SaveINI
Overrides: GUIComponent.SaveINI
