I don't need to test my programs. I have an error-correcting modem.

UE3:UIAction_RemovePage (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.