I love the smell of UnrealEd crashing in the morning. – tarquin
UE3:UIAction_ActivatePage (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> SequenceObject >> SequenceOp >> SequenceAction >> UIAction >> UIAction_TabControl >> UIAction_ActivatePage |
- 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. |
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] |
|
||||||||||||||
VariableLinks[4] |
|
Events[edit]
Activated[edit]
event Activated ()
Overrides: SequenceOp.Activated
Called when this event is activated. Performs the logic for this action.