Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

Engine.UIAction_EnablePage

Extends
UIAction_TabControl

Enables or disables a tab button and tab page in a tab control. Copyright 1998-2008 Epic Games, Inc. All Rights Reserved

Core.Object
|   
+-- Engine.SequenceObject
   |   
   +-- Engine.SequenceOp
      |   
      +-- Engine.SequenceAction
         |   
         +-- Engine.UIAction
            |   
            +-- Engine.UIAction_TabControl
               |   
               +-- Engine.UIAction_EnablePage

Variables Summary
UITabPagePageToEnable
UIAction_EnablePage
boolbEnable
Inherited Variables from Engine.UIAction_TabControl
TabControl
Inherited Variables from Engine.UIAction
bAutoTargetOwner, GamepadID

Functions Summary
event Activated ()))
Inherited Functions from Engine.UIAction
GetOwner, GetOwnerScene, IsValidLevelSequenceObject, IsValidUISequenceObject


Variables Detail

PageToEnable Source code

var UITabPage PageToEnable;
Reference to the page that should be activated

UIAction_EnablePage

bEnable Source code

var(UIAction_EnablePage) bool bEnable;
TRUE to enable the specified page; FALSE to disable it


Functions Detail

Activated Source code

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


Defaultproperties

defaultproperties
{
   bEnable=True
   VariableLinks(3)=(ExpectedType=Class'Engine.SeqVar_Bool',LinkDesc="Enable?",PropertyName="bEnable",bHidden=True,MinVars=1,MaxVars=255)
   VariableLinks(4)=(ExpectedType=Class'Engine.SeqVar_Object',LinkDesc="Tab Page",PropertyName="PageToEnable",MinVars=1,MaxVars=255)
   ObjName="Enable/Disable Page"
   Name="Default__UIAction_EnablePage"
   ObjectArchetype=UIAction_TabControl'Engine.Default__UIAction_TabControl'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 18-3-2018 10:00:45.830 - Created with UnCodeX