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

Engine.UIAction_GetPageReference

Extends
UIAction_TabControl
Modifiers
abstract

Base class for all actions which return a reference to a UITabPage. Each child class uses a different search mechanism. Copyright 1998-2008 Epic Games, Inc. All Rights Reserved

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

Direct Known Subclasses:

UIAction_FindPageByCaption, UIAction_FindPageByIndex, UIAction_GetActivePage

Variables Summary
intPageIndex
UITabPagePageReference
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

PageIndex Source code

var int PageIndex;
Index of the page [into its tab control's Pages array] for the page that was found

PageReference Source code

var UITabPage PageReference;
Reference to the page being searched for; NULL if not found


Functions Detail

Activated Source code

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


Defaultproperties

defaultproperties
{
   PageIndex=-1
   VariableLinks(3)=(ExpectedType=Class'Engine.SeqVar_Object',LinkDesc="Tab Page",PropertyName="PageReference",bWriteable=True,MinVars=1,MaxVars=255)
   VariableLinks(4)=(ExpectedType=Class'Engine.SeqVar_Int',LinkDesc="Page Index",PropertyName="PageIndex",bWriteable=True,bHidden=True,MinVars=1,MaxVars=255)
   ObjName="Find Page"
   Name="Default__UIAction_GetPageReference"
   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.935 - Created with UnCodeX