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
Object >> SequenceObject >> SequenceOp >> SequenceAction >> UIAction >> UIAction_TabControl >> UIAction_EnablePage |
- Package:
- Engine
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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] |
|
||||||||||||||
VariableLinks[4] |
|
Events[edit]
Activated[edit]
event Activated ()
Overrides: SequenceOp.Activated
Called when this event is activated. Performs the logic for this action.