I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE3:UIAction_EnablePage (UT3)

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

Enables or disables a tab button and tab page in a tab control.

Copyright 2007 Epic Games, Inc. All Rights Reserved

Properties[edit]

Property group 'UIAction_EnablePage'[edit]

bEnable[edit]

Type: bool

TRUE to enable the specified page; FALSE to disable it

Default value: True

Internal variables[edit]

PageToEnable[edit]

Type: UITabPage

Reference to the page that should be activated

Default values[edit]

Property Value
ObjName "Enable/Disable Page"
VariableLinks[3]
Member Value
bHidden True
ExpectedType Class'Engine.SeqVar_Bool'
LinkDesc "Enable?"
MaxVars 255
MinVars 1
PropertyName 'bEnable'
VariableLinks[4]
Member Value
ExpectedType Class'Engine.SeqVar_Object'
LinkDesc "Tab Page"
MaxVars 255
MinVars 1
PropertyName 'PageToEnable'

Events[edit]

Activated[edit]

event Activated ()

Overrides: SequenceOp.Activated

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