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

Engine.UIAction_FindPageByIndex

Extends
UIAction_GetPageReference

Finds the tab page at a particular index in the tab control's Pages array. 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
                  |   
                  +-- Engine.UIAction_FindPageByIndex

Variables Summary
UIAction_FindPageByIndex
intSearchIndex
Inherited Variables from Engine.UIAction_GetPageReference
PageIndex, PageReference
Inherited Variables from Engine.UIAction_TabControl
TabControl

Functions Summary
event Activated ()))
Inherited Functions from Engine.UIAction_GetPageReference
Activated


Variables Detail

UIAction_FindPageByIndex

SearchIndex Source code

var(UIAction_FindPageByIndex) int SearchIndex;
the index of the page to find


Functions Detail

Activated Source code

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


Defaultproperties

defaultproperties
{
   VariableLinks(5)=(ExpectedType=Class'Engine.SeqVar_Int',LinkDesc="Search Index",PropertyName="SearchIndex",bWriteable=True,MinVars=1,MaxVars=255)
   ObjName="Find Page By Index"
   Name="Default__UIAction_FindPageByIndex"
   ObjectArchetype=UIAction_GetPageReference'Engine.Default__UIAction_GetPageReference'
}

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