Cogito, ergo sum

UE3:UIAction_GetPageReference (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT3 Object >> SequenceObject >> SequenceOp >> SequenceAction >> UIAction >> UIAction_TabControl >> UIAction_GetPageReference
Package: 
Engine
Direct subclasses:
UIAction_FindPageByIndex, UIAction_FindPageByCaption, UIAction_GetActivePage

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]
Member Value
bWriteable True
ExpectedType Class'Engine.SeqVar_Object'
LinkDesc "Tab Page"
MaxVars 255
MinVars 1
PropertyName 'PageReference'
VariableLinks[4]
Member Value
bHidden True
bWriteable True
ExpectedType Class'Engine.SeqVar_Int'
LinkDesc "Page Index"
MaxVars 255
MinVars 1
PropertyName 'PageIndex'

Events[edit]

Activated[edit]

event Activated ()

Overrides: SequenceOp.Activated

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