I don't need to test my programs. I have an error-correcting modem.

UE3:UIAction_FindPageByCaption (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 whose button has the specified caption or data store binding value.

Copyright 2007 Epic Games, Inc. All Rights Reserved

Properties[edit]

Property group 'UIAction_FindPageByCaption'[edit]

bMarkupString[edit]

Type: bool

indicates that the search caption is actually a markup string

SearchCaption[edit]

Type: string

the button caption to search for

Default values[edit]

Property Value
ObjName "Find Page By Caption"
VariableLinks[5]
Member Value
ExpectedType Class'Engine.SeqVar_String'
LinkDesc "Page Caption"
MaxVars 255
MinVars 1
PropertyName 'SearchCaption'

Events[edit]

Activated[edit]

event Activated ()

Overrides: UIAction_GetPageReference.Activated

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