Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Finds the tab page whose button has the specified caption or data store binding value. 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_FindPageByCaption
Variables Summary | |
---|---|
UIAction_FindPageByCaption | |
bool | bMarkupString |
string | SearchCaption |
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 |
---|
indicates that the search caption is actually a markup string
the button caption to search for
Functions Detail |
---|
Called when this event is activated. Performs the logic for this action.
Defaultproperties |
---|
defaultproperties { VariableLinks(5)=(ExpectedType=Class'Engine.SeqVar_String',LinkDesc="Page Caption",PropertyName="SearchCaption",MinVars=1,MaxVars=255) ObjName="Find Page By Caption" Name="Default__UIAction_FindPageByCaption" ObjectArchetype=UIAction_GetPageReference'Engine.Default__UIAction_GetPageReference' } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |