I love the smell of UnrealEd crashing in the morning. – tarquin

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

Property group 'UIAction_ActivatePage'[edit]

bActivate[edit]

Type: bool

TRUE to activate the specified page; FALSE to deactivate it

Default value: True

Internal variables[edit]

PageToActivate[edit]

Type: UITabPage

Reference to the page that should be activated

Default values[edit]

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

Activated[edit]

event Activated ()

Overrides: SequenceOp.Activated

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