My program doesn't have bugs. It just develops random features.

UE3:UIAction_FindPageByIndex (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Package: 
Engine

Finds the tab page at a particular index in the tab control's Pages array.

Copyright 2007 Epic Games, Inc. All Rights Reserved

Properties[edit]

Property group 'UIAction_FindPageByIndex'[edit]

SearchIndex[edit]

Type: int

the index of the page to find

Default values[edit]

Property Value
ObjName "Find Page By Index"
VariableLinks[5]
Member Value
bWriteable True
ExpectedType Class'Engine.SeqVar_Int'
LinkDesc "Search Index"
MaxVars 255
MinVars 1
PropertyName 'SearchIndex'

Events[edit]

Activated[edit]

event Activated ()

Overrides: UIAction_GetPageReference.Activated

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