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

UE3:UIAction_RemovePage (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT3 Object >> SequenceObject >> SequenceOp >> SequenceAction >> UIAction >> UIAction_TabControl >> UIAction_RemovePage
Package: 
Engine

Removes an existing tab page from a tab control.

Copyright 2007 Epic Games, Inc. All Rights Reserved

Properties[edit]

PageToRemove[edit]

Type: UITabPage

reference to the page that should be removed

Default values[edit]

Property Value
ObjName "Remove Page"
VariableLinks[3]
Member Value
ExpectedType Class'Engine.SeqVar_Object'
LinkDesc "Tab Page"
MaxVars 255
MinVars 1
PropertyName 'PageToRemove'

Events[edit]

Activated[edit]

event Activated ()

Overrides: SequenceOp.Activated

Called when this event is activated. Performs the logic for this action.