Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE2:ComponentGroup (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> ComponentGroup
Package: 
GUI2K4

Created on: 12/12/2003 Components for easily grouping components with a GUISectionBackground

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

Properties

Caption

Type: string

Modifiers: localized


i_Background

Type: GUISectionBackground

Modifiers: automated


Default value: GUISectionBackground'CGBackground'

Subobjects

CGBackground

Class: XInterface.GUISectionBackground

Property Value
bBoundToParent True
bScaleToParent True
WinHeight 1.0
WinLeft 0.0
WinTop 0.0
WinWidth 1.0

Functions

Events

AppendComponent

event GUIComponent AppendComponent (GUIComponent NewComp, optional bool bSkipRemap)

Overrides: GUIMultiComponent.AppendComponent


InitComponent

event InitComponent (GUIController InController, GUIComponent InOwner)

Overrides: GUIMultiComponent.InitComponent


InsertComponent

event GUIComponent InsertComponent (GUIComponent Newcomp, int Index, optional bool bSkipRemap)

Overrides: GUIMultiComponent.InsertComponent


RemoveComponent

event bool RemoveComponent (GUIComponent Comp, optional bool bSkipRemap)

Overrides: GUIMultiComponent.RemoveComponent


Other instance functions

ManageComponent

function GUIComponent ManageComponent (GUIComponent C)


SetCaption

function SetCaption (string NewCaption)