The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE3:UIAction_FindPageByCaption (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> SequenceObject >> SequenceOp >> SequenceAction >> UIAction >> UIAction_TabControl >> UIAction_GetPageReference >> UIAction_FindPageByCaption |
- Package:
- Engine
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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] |
|
Events[edit]
Activated[edit]
event Activated ()
Overrides: UIAction_GetPageReference.Activated
Called when this event is activated. Performs the logic for this action.