Always snap to grid
UE3:UIAction_GetPageReference (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> SequenceObject >> SequenceOp >> SequenceAction >> UIAction >> UIAction_TabControl >> UIAction_GetPageReference |
- Package:
- Engine
- Direct subclasses:
- UIAction_FindPageByIndex, UIAction_FindPageByCaption, UIAction_GetActivePage
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. |
Base class for all actions which return a reference to a UITabPage. Each child class uses a different search mechanism.
Copyright 2007 Epic Games, Inc. All Rights Reserved
Properties[edit]
PageIndex[edit]
Type: int
Index of the page [into its tab control's Pages array] for the page that was found
Default value: -1
PageReference[edit]
Type: UITabPage
Reference to the page being searched for; NULL if not found
Default values[edit]
Property | Value | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ObjName | "Find Page" | ||||||||||||||||
VariableLinks[3] |
|
||||||||||||||||
VariableLinks[4] |
|
Events[edit]
Activated[edit]
event Activated ()
Overrides: SequenceOp.Activated
Called when this event is activated. Performs the logic for this action.