Cogito, ergo sum

UE3:UIAction_ActivatePage (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09: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_ActivatePage
Package: 
Engine

Activates a tab page in a tab control.

Copyright 2007 Epic Games, Inc. All Rights Reserved

Properties

Property group 'UIAction_ActivatePage'

bActivate

Type: bool

TRUE to activate the specified page; FALSE to deactivate it

Default value: True

Internal variables

PageToActivate

Type: UITabPage

Reference to the page that should be activated

Default values

Property Value
ObjName "Activate/Deactivate Page"
VariableLinks[3]
Member Value
bHidden True
ExpectedType Class'Engine.SeqVar_Bool'
LinkDesc "Activate?"
MaxVars 255
MinVars 1
PropertyName 'bActivate'
VariableLinks[4]
Member Value
ExpectedType Class'Engine.SeqVar_Object'
LinkDesc "Tab Page"
MaxVars 255
MinVars 1
PropertyName 'PageToActivate'

Events

Activated

event Activated ()

Overrides: SequenceOp.Activated

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