| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
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 | |
| int | SearchIndex |
| Inherited Variables from Engine.UIAction_GetPageReference |
|---|
| PageIndex, PageReference |
| Inherited Variables from Engine.UIAction_TabControl |
|---|
| TabControl |
| Functions Summary | ||
|---|---|---|
![]() | Activated ())) | |
| Inherited Functions from Engine.UIAction_GetPageReference |
|---|
| Activated |
| Variables Detail |
|---|
the index of the page to find
| Functions Detail |
|---|
Activated Source codeCalled 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 | UnrealScript Documentation |
| previous class next class | frames no frames | |||||