Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

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[edit]

Caption[edit]

Type: string

Modifiers: localized


i_Background[edit]

Type: GUISectionBackground

Modifiers: automated


Default value: GUISectionBackground'CGBackground'

Subobjects[edit]

CGBackground[edit]

Class: XInterface.GUISectionBackground

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

Functions[edit]

Events[edit]

AppendComponent[edit]

event GUIComponent AppendComponent (GUIComponent NewComp, optional bool bSkipRemap)

Overrides: GUIMultiComponent.AppendComponent


InitComponent[edit]

event InitComponent (GUIController InController, GUIComponent InOwner)

Overrides: GUIMultiComponent.InitComponent


InsertComponent[edit]

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

Overrides: GUIMultiComponent.InsertComponent


RemoveComponent[edit]

event bool RemoveComponent (GUIComponent Comp, optional bool bSkipRemap)

Overrides: GUIMultiComponent.RemoveComponent


Other instance functions[edit]

ManageComponent[edit]

function GUIComponent ManageComponent (GUIComponent C)


SetCaption[edit]

function SetCaption (string NewCaption)